#52B94C

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

Shades of Fruit Salad #52B94C

Tints of Fruit Salad #52B94C

Color information

#52B94C (or 0x52B94C) is unknown color: approx Fruit Salad. HEX triplet: 52, B9 and 4C. RGB value is (82,185,76). Sum of RGB (Red+Green+Blue) = 82+185+76=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #52B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B94C is #AD46B3. Grayscale: #8E8E8E. Windows color (decimal): -11355828 or 5028178. OLE color: 5028178.

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

Color convert

RGB8218576-
CMYK0.5600.590.27
HSL116.7º43.78%51.18%-
HSV(B)116.7º58.92%72.55%-
XYZ22.1337.0112.82-
YUV141.7890.8885.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 185 (72.66% from 255) = 53.94%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=23.91%
G=53.94%
B=22.16%

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
Decimal82185760.5600.590.27116.743.7851.18
Hex52B94C3803B1B752c33
Octal12227111470073331655463
Binary10100101011100110011001110000111011110111110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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