Shades of Fern #52C858
Tints of Fern #52C858
RGB
CMYK
RGB Variations
Color information
#52C858 (or 0x52C858) is known color: Fern. HEX triplet: 52, C8 and 58. RGB value is (82,200,88). Sum of RGB (Red+Green+Blue) = 82+200+88=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #52C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C858 is #AD37A7. Grayscale: #989898. Windows color (decimal): -11351976 or 5818450. OLE color: 5818450.
HSL color Cylindrical-coordinate representation of color #52C858: hue angle of 123.05º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C858 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 88 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.22 |
| HSL | 123.05º | 0.52% | 0.55% | - |
| HSV(B) | 123.05º | 0.59% | 0.78% | - |
| XYZ | 25.9 | 43.81 | 16.32 | - |
| YUV | 151.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 88 | 0.59 | 0 | 0.56 | 0.22 | 123.05 | 0.52 | 0.55 |
| Hex | 52 | C8 | 58 | 3B | 0 | 38 | 16 | 7B | 34 | 37 |
| Octal | 122 | 310 | 130 | 73 | 0 | 70 | 26 | 173 | 64 | 67 |
| Binary | 1010010 | 11001000 | 1011000 | 111011 | 0 | 111000 | 10110 | 1111011 | 110100 | 110111 |
Color Harmonies of #52C858
Complementary color
Monochromatic Colors of #52C858
Black with #52C858
Text Example
Text Example
White with #52C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C858; }
p { color: rgb(82,200,88); }
H1.HeaderClassName
{
color: #52C858;
}
.AnyTagClassName
{
color: #52C858;
}
</style>
background-color css
<style>
a { background-color: #52C858; }
a { background-color: rgb(82,200,88); }
div.DivClassName
{
background-color: #52C858;
}
.BgClassName
{
background-color: #52C858;
}
</style>
border-color css
<style>
span { border-color: #52C858; }
span { border-color: rgb(82,200,88); }
td.TdClassName
{
border-color: #52C858;
}
.TagClassName
{
border-color: #52C858;
}
</style>