#52BB4C

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

Shades of Fruit Salad #52BB4C

Tints of Fruit Salad #52BB4C

Color information

#52BB4C (or 0x52BB4C) is unknown color: approx Fruit Salad. HEX triplet: 52, BB and 4C. RGB value is (82,187,76). Sum of RGB (Red+Green+Blue) = 82+187+76=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB4C is #AD44B3. Grayscale: #8F8F8F. Windows color (decimal): -11355316 or 5028690. OLE color: 5028690.

HSL color Cylindrical-coordinate representation of color #52BB4C: hue angle of 116.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BB4C is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB8218776-
CMYK0.5600.590.27
HSL116.76º44.94%51.57%-
HSV(B)116.76º59.36%73.33%-
XYZ22.5537.8612.96-
YUV142.9590.2184.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 187 (73.44% from 255) = 54.20%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=23.77%
G=54.20%
B=22.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187760.5600.590.27116.7644.9451.57
Hex52BB4C3803B1B752d34
Octal12227311470073331655564
Binary10100101011101110011001110000111011110111110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,76); }

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

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

 a { background-color: rgb(82,187,76); }

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

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

 span { border-color: rgb(82,187,76); }

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