#52DA58

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

Shades of Fern #52DA58

Tints of Fern #52DA58

Color information

#52DA58 (or 0x52DA58) is unknown color: approx Fern. HEX triplet: 52, DA and 58. RGB value is (82,218,88). Sum of RGB (Red+Green+Blue) = 82+218+88=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA58 is #AD25A7. Grayscale: #A2A2A2. Windows color (decimal): -11347368 or 5823058. OLE color: 5823058.

HSL color Cylindrical-coordinate representation of color #52DA58: hue angle of 122.65º degrees, saturation: 0.65, 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 #52DA58 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB8221888-
CMYK0.6200.600.15
HSL122.65º64.76%58.82%-
HSV(B)122.65º62.39%85.49%-
XYZ30.3152.6417.8-
YUV162.5285.9470.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 218 (85.55% from 255) = 56.19%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=21.13%
G=56.19%
B=22.68%

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
Decimal82218880.6200.600.15122.6564.7658.82
Hex52DA583E03CF7b413b
Octal122332130760741717310173
Binary10100101101101010110001111100111100111111110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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