Shades of Fern #52D258
Tints of Fern #52D258
RGB
CMYK
RGB Variations
Color information
#52D258 (or 0x52D258) is known color: Fern. HEX triplet: 52, D2 and 58. RGB value is (82,210,88). Sum of RGB (Red+Green+Blue) = 82+210+88=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #52D258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D258 is #AD2DA7. Grayscale: #9E9E9E. Windows color (decimal): -11349416 or 5821010. OLE color: 5821010.
HSL color Cylindrical-coordinate representation of color #52D258: hue angle of 122.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D258 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 88 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.18 |
| HSL | 122.81º | 0.59% | 0.57% | - |
| HSV(B) | 122.81º | 0.61% | 0.82% | - |
| XYZ | 28.29 | 48.59 | 17.12 | - |
| YUV | 157.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 88 | 0.61 | 0 | 0.58 | 0.18 | 122.81 | 0.59 | 0.57 |
| Hex | 52 | D2 | 58 | 3D | 0 | 3A | 12 | 7B | 3B | 39 |
| Octal | 122 | 322 | 130 | 75 | 0 | 72 | 22 | 173 | 73 | 71 |
| Binary | 1010010 | 11010010 | 1011000 | 111101 | 0 | 111010 | 10010 | 1111011 | 111011 | 111001 |
Color Harmonies of #52D258
Complementary color
Monochromatic Colors of #52D258
Black with #52D258
Text Example
Text Example
White with #52D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D258; }
p { color: rgb(82,210,88); }
H1.HeaderClassName
{
color: #52D258;
}
.AnyTagClassName
{
color: #52D258;
}
</style>
background-color css
<style>
a { background-color: #52D258; }
a { background-color: rgb(82,210,88); }
div.DivClassName
{
background-color: #52D258;
}
.BgClassName
{
background-color: #52D258;
}
</style>
border-color css
<style>
span { border-color: #52D258; }
span { border-color: rgb(82,210,88); }
td.TdClassName
{
border-color: #52D258;
}
.TagClassName
{
border-color: #52D258;
}
</style>