#52D956

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

Shades of Fern #52D956

Tints of Fern #52D956

Color information

#52D956 (or 0x52D956) is unknown color: approx Fern. HEX triplet: 52, D9 and 56. RGB value is (82,217,86). Sum of RGB (Red+Green+Blue) = 82+217+86=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #52D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D956 is #AD26A9. Grayscale: #A2A2A2. Windows color (decimal): -11347626 or 5691730. OLE color: 5691730.

HSL color Cylindrical-coordinate representation of color #52D956: hue angle of 121.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D956 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB8221786-
CMYK0.6200.600.15
HSL121.78º63.98%58.63%-
HSV(B)121.78º62.21%85.1%-
XYZ29.9752.0917.28-
YUV161.785.2771.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 217 (85.16% from 255) = 56.36%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=21.30%
G=56.36%
B=22.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82217860.6200.600.15121.7863.9858.63
Hex52D9563E03CF7a403b
Octal122331126760741717210073
Binary10100101101100110101101111100111100111111110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,217,86); }

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

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

 a { background-color: rgb(82,217,86); }

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

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

 span { border-color: rgb(82,217,86); }

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