#52B24D

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

Shades of Fruit Salad #52B24D

Tints of Fruit Salad #52B24D

Color information

#52B24D (or 0x52B24D) is unknown color: approx Fruit Salad. HEX triplet: 52, B2 and 4D. RGB value is (82,178,77). Sum of RGB (Red+Green+Blue) = 82+178+77=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #52B24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B24D is #AD4DB2. Grayscale: #8A8A8A. Windows color (decimal): -11357619 or 5091922. OLE color: 5091922.

HSL color Cylindrical-coordinate representation of color #52B24D: hue angle of 117.03º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B24D is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB8217877-
CMYK0.5400.570.30
HSL117.03º39.61%50%-
HSV(B)117.03º56.74%69.8%-
XYZ20.7434.1712.52-
YUV137.7893.788.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=24.33%
G=52.82%
B=22.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178770.5400.570.30117.0339.6150
Hex52B24D360391E752832
Octal12226211566071361655062
Binary10100101011001010011011101100111001111101110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B24D; }

 p { color: rgb(82,178,77); }

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

<style>
 a { background-color: #52B24D; }

 a { background-color: rgb(82,178,77); }

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

<style>
 span { border-color: #52B24D; }

 span { border-color: rgb(82,178,77); }

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