#52c462

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

Shades of Fern #52C462

Tints of Fern #52C462

Color information

#52C462 (or 0x52C462) is unknown color: approx Fern. HEX triplet: 52, C4 and 62. RGB value is (82,196,98). Sum of RGB (Red+Green+Blue) = 82+196+98=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #52C462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C462 is #AD3B9D. Grayscale: #979797. Windows color (decimal): -11352990 or 6472786. OLE color: 6472786.

HSL color Cylindrical-coordinate representation of color #52C462: hue angle of 128.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C462 is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB8219698-
CMYK0.5800.50.23
HSL128.42º49.14%54.51%-
HSV(B)128.42º58.16%76.86%-
XYZ25.4242.1618.35-
YUV150.7498.2378.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=21.81%
G=52.13%
B=26.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196980.5800.50.23128.4249.1454.51
Hex52C4623A03217803137
Octal12230414272062272006167
Binary101001011000100110001011101001100101011110000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,98); }

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

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

 a { background-color: rgb(82,196,98); }

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

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

 span { border-color: rgb(82,196,98); }

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