Shades of Fern #52C05F
Tints of Fern #52C05F
RGB
CMYK
RGB Variations
Color information
#52C05F (or 0x52C05F) is known color: Fern. HEX triplet: 52, C0 and 5F. RGB value is (82,192,95). Sum of RGB (Red+Green+Blue) = 82+192+95=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #52C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C05F is #AD3FA0. Grayscale: #949494. Windows color (decimal): -11354017 or 6275154. OLE color: 6275154.
HSL color Cylindrical-coordinate representation of color #52C05F: hue angle of 127.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C05F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 95 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.25 |
| HSL | 127.09º | 0.47% | 0.54% | - |
| HSV(B) | 127.09º | 0.57% | 0.75% | - |
| XYZ | 24.39 | 40.32 | 17.32 | - |
| YUV | 148.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 95 | 0.57 | 0 | 0.51 | 0.25 | 127.09 | 0.47 | 0.54 |
| Hex | 52 | C0 | 5F | 39 | 0 | 33 | 19 | 7F | 2F | 36 |
| Octal | 122 | 300 | 137 | 71 | 0 | 63 | 31 | 177 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1011111 | 111001 | 0 | 110011 | 11001 | 1111111 | 101111 | 110110 |
Color Harmonies of #52C05F
Complementary color
Monochromatic Colors of #52C05F
Black with #52C05F
Text Example
Text Example
White with #52C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C05F; }
p { color: rgb(82,192,95); }
H1.HeaderClassName
{
color: #52C05F;
}
.AnyTagClassName
{
color: #52C05F;
}
</style>
background-color css
<style>
a { background-color: #52C05F; }
a { background-color: rgb(82,192,95); }
div.DivClassName
{
background-color: #52C05F;
}
.BgClassName
{
background-color: #52C05F;
}
</style>
border-color css
<style>
span { border-color: #52C05F; }
span { border-color: rgb(82,192,95); }
td.TdClassName
{
border-color: #52C05F;
}
.TagClassName
{
border-color: #52C05F;
}
</style>