#52C463

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

Shades of Fern #52C463

Tints of Fern #52C463

Color information

#52C463 (or 0x52C463) is unknown color: approx Fern. HEX triplet: 52, C4 and 63. RGB value is (82,196,99). Sum of RGB (Red+Green+Blue) = 82+196+99=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #52C463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C463 is #AD3B9C. Grayscale: #979797. Windows color (decimal): -11352989 or 6538322. OLE color: 6538322.

HSL color Cylindrical-coordinate representation of color #52C463: hue angle of 128.95º 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 #52C463 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB8219699-
CMYK0.5800.490.23
HSL128.95º49.14%54.51%-
HSV(B)128.95º58.16%76.86%-
XYZ25.4742.1718.6-
YUV150.8698.7378.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 196 (76.95% from 255) = 51.99%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=21.75%
G=51.99%
B=26.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82196990.5800.490.23128.9549.1454.51
Hex52C4633A03117813137
Octal12230414372061272016167
Binary101001011000100110001111101001100011011110000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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