#52CD58

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

Shades of Fern #52CD58

Tints of Fern #52CD58

Color information

#52CD58 (or 0x52CD58) is unknown color: approx Fern. HEX triplet: 52, CD and 58. RGB value is (82,205,88). Sum of RGB (Red+Green+Blue) = 82+205+88=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD58 is #AD32A7. Grayscale: #9B9B9B. Windows color (decimal): -11350696 or 5819730. OLE color: 5819730.

HSL color Cylindrical-coordinate representation of color #52CD58: hue angle of 122.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD58 is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB8220588-
CMYK0.600.570.20
HSL122.93º55.16%56.27%-
HSV(B)122.93º60%80.39%-
XYZ27.0746.1616.72-
YUV154.8990.2576.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 205 (80.47% from 255) = 54.67%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=21.87%
G=54.67%
B=23.47%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205880.600.570.20122.9355.1656.27
Hex52CD583C039147b3738
Octal12231513074071241736770
Binary10100101100110110110001111000111001101001111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,88); }

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

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

 a { background-color: rgb(82,205,88); }

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

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

 span { border-color: rgb(82,205,88); }

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