Shades of Fern #52D658
Tints of Fern #52D658
RGB
CMYK
RGB Variations
Color information
#52D658 (or 0x52D658) is known color: Fern. HEX triplet: 52, D6 and 58. RGB value is (82,214,88). Sum of RGB (Red+Green+Blue) = 82+214+88=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #52D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D658 is #AD29A7. Grayscale: #A0A0A0. Windows color (decimal): -11348392 or 5822034. OLE color: 5822034.
HSL color Cylindrical-coordinate representation of color #52D658: hue angle of 122.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D658 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 88 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.16 |
| HSL | 122.73º | 0.62% | 0.58% | - |
| HSV(B) | 122.73º | 0.62% | 0.84% | - |
| XYZ | 29.29 | 50.59 | 17.45 | - |
| YUV | 160.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 88 | 0.62 | 0 | 0.59 | 0.16 | 122.73 | 0.62 | 0.58 |
| Hex | 52 | D6 | 58 | 3E | 0 | 3B | 10 | 7B | 3E | 3A |
| Octal | 122 | 326 | 130 | 76 | 0 | 73 | 20 | 173 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1011000 | 111110 | 0 | 111011 | 10000 | 1111011 | 111110 | 111010 |
Color Harmonies of #52D658
Complementary color
Monochromatic Colors of #52D658
Black with #52D658
Text Example
Text Example
White with #52D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D658; }
p { color: rgb(82,214,88); }
H1.HeaderClassName
{
color: #52D658;
}
.AnyTagClassName
{
color: #52D658;
}
</style>
background-color css
<style>
a { background-color: #52D658; }
a { background-color: rgb(82,214,88); }
div.DivClassName
{
background-color: #52D658;
}
.BgClassName
{
background-color: #52D658;
}
</style>
border-color css
<style>
span { border-color: #52D658; }
span { border-color: rgb(82,214,88); }
td.TdClassName
{
border-color: #52D658;
}
.TagClassName
{
border-color: #52D658;
}
</style>