#53AE4B

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

Shades of Fruit Salad #53AE4B

Tints of Fruit Salad #53AE4B

Color information

#53AE4B (or 0x53AE4B) is unknown color: approx Fruit Salad. HEX triplet: 53, AE and 4B. RGB value is (83,174,75). Sum of RGB (Red+Green+Blue) = 83+174+75=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AE4B is #AC51B4. Grayscale: #878787. Windows color (decimal): -11293109 or 4959827. OLE color: 4959827.

HSL color Cylindrical-coordinate representation of color #53AE4B: hue angle of 115.15º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53AE4B is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB8317475-
CMYK0.5200.570.32
HSL115.15º39.76%48.82%-
HSV(B)115.15º56.9%68.24%-
XYZ19.9732.6211.9-
YUV135.593.8590.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=25%
G=52.41%
B=22.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174750.5200.570.32115.1539.7648.82
Hex53AE4B3403920732831
Octal12325611364071401635061
Binary101001110101110100101111010001110011000001110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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