Shades of Fern #52C55E
Tints of Fern #52C55E
RGB
CMYK
RGB Variations
Color information
#52C55E (or 0x52C55E) is known color: Fern. HEX triplet: 52, C5 and 5E. RGB value is (82,197,94). Sum of RGB (Red+Green+Blue) = 82+197+94=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #52C55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C55E is #AD3AA1. Grayscale: #979797. Windows color (decimal): -11352738 or 6210898. OLE color: 6210898.
HSL color Cylindrical-coordinate representation of color #52C55E: hue angle of 126.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C55E is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 94 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.23 |
| HSL | 126.26º | 0.5% | 0.55% | - |
| HSV(B) | 126.26º | 0.58% | 0.77% | - |
| XYZ | 25.47 | 42.53 | 17.46 | - |
| YUV | 150.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 94 | 0.58 | 0 | 0.52 | 0.23 | 126.26 | 0.5 | 0.55 |
| Hex | 52 | C5 | 5E | 3A | 0 | 34 | 17 | 7E | 32 | 37 |
| Octal | 122 | 305 | 136 | 72 | 0 | 64 | 27 | 176 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1011110 | 111010 | 0 | 110100 | 10111 | 1111110 | 110010 | 110111 |
Color Harmonies of #52C55E
Complementary color
Monochromatic Colors of #52C55E
Black with #52C55E
Text Example
Text Example
White with #52C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C55E; }
p { color: rgb(82,197,94); }
H1.HeaderClassName
{
color: #52C55E;
}
.AnyTagClassName
{
color: #52C55E;
}
</style>
background-color css
<style>
a { background-color: #52C55E; }
a { background-color: rgb(82,197,94); }
div.DivClassName
{
background-color: #52C55E;
}
.BgClassName
{
background-color: #52C55E;
}
</style>
border-color css
<style>
span { border-color: #52C55E; }
span { border-color: rgb(82,197,94); }
td.TdClassName
{
border-color: #52C55E;
}
.TagClassName
{
border-color: #52C55E;
}
</style>