#53AC4B

Color #53AC4B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #53AC4B

Tints of Fruit Salad #53AC4B

Color information

#53AC4B (or 0x53AC4B) is unknown color: approx Fruit Salad. HEX triplet: 53, AC and 4B. RGB value is (83,172,75). Sum of RGB (Red+Green+Blue) = 83+172+75=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC4B is #AC53B4. Grayscale: #868686. Windows color (decimal): -11293621 or 4959315. OLE color: 4959315.

HSL color Cylindrical-coordinate representation of color #53AC4B: hue angle of 115.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AC4B is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB8317275-
CMYK0.5200.560.33
HSL115.05º39.27%48.43%-
HSV(B)115.05º56.4%67.45%-
XYZ19.5931.8511.77-
YUV134.3394.5191.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=25.15%
G=52.12%
B=22.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172750.5200.560.33115.0539.2748.43
Hex53AC4B3403821732730
Octal12325411364070411634760
Binary101001110101100100101111010001110001000011110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AC4B; }

 p { color: rgb(83,172,75); }

 H1.HeaderClassName
 {
   color: #53AC4B;
 }
 .AnyTagClassName
 {
   color: #53AC4B;
 }
</style>
background-color css

<style>
 a { background-color: #53AC4B; }

 a { background-color: rgb(83,172,75); }

 div.DivClassName
 {
   background-color: #53AC4B;
 }
 .BgClassName
 {
   background-color: #53AC4B;
 }
</style>
border-color css

<style>
 span { border-color: #53AC4B; }

 span { border-color: rgb(83,172,75); }

 td.TdClassName
 {
   border-color: #53AC4B;
 }
 .TagClassName
 {
   border-color: #53AC4B;
 }
</style>