#52C557

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

Shades of Fern #52C557

Tints of Fern #52C557

Color information

#52C557 (or 0x52C557) is unknown color: approx Fern. HEX triplet: 52, C5 and 57. RGB value is (82,197,87). Sum of RGB (Red+Green+Blue) = 82+197+87=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #52C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C557 is #AD3AA8. Grayscale: #969696. Windows color (decimal): -11352745 or 5752146. OLE color: 5752146.

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

Color convert

RGB8219787-
CMYK0.5800.560.23
HSL122.61º49.78%54.71%-
HSV(B)122.61º58.38%77.25%-
XYZ25.1742.4115.88-
YUV150.0792.479.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 197 (77.34% from 255) = 53.83%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=22.40%
G=53.83%
B=23.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82197870.5800.560.23122.6149.7854.71
Hex52C5573A038177b3237
Octal12230512772070271736267
Binary10100101100010110101111110100111000101111111011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,197,87); }

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

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

 a { background-color: rgb(82,197,87); }

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

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

 span { border-color: rgb(82,197,87); }

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