Shades of Fern #52C554
Tints of Fern #52C554
RGB
CMYK
RGB Variations
Color information
#52C554 (or 0x52C554) is known color: Fern. HEX triplet: 52, C5 and 54. RGB value is (82,197,84). Sum of RGB (Red+Green+Blue) = 82+197+84=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #52C554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C554 is #AD3AAB. Grayscale: #969696. Windows color (decimal): -11352748 or 5555538. OLE color: 5555538.
HSL color Cylindrical-coordinate representation of color #52C554: hue angle of 121.04º 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 #52C554 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 84 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.23 |
| HSL | 121.04º | 0.5% | 0.55% | - |
| HSV(B) | 121.04º | 0.58% | 0.77% | - |
| XYZ | 25.05 | 42.37 | 15.24 | - |
| YUV | 149.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 84 | 0.58 | 0 | 0.57 | 0.23 | 121.04 | 0.5 | 0.55 |
| Hex | 52 | C5 | 54 | 3A | 0 | 39 | 17 | 79 | 32 | 37 |
| Octal | 122 | 305 | 124 | 72 | 0 | 71 | 27 | 171 | 62 | 67 |
| Binary | 1010010 | 11000101 | 1010100 | 111010 | 0 | 111001 | 10111 | 1111001 | 110010 | 110111 |
Color Harmonies of #52C554
Complementary color
Monochromatic Colors of #52C554
Black with #52C554
Text Example
Text Example
White with #52C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C554; }
p { color: rgb(82,197,84); }
H1.HeaderClassName
{
color: #52C554;
}
.AnyTagClassName
{
color: #52C554;
}
</style>
background-color css
<style>
a { background-color: #52C554; }
a { background-color: rgb(82,197,84); }
div.DivClassName
{
background-color: #52C554;
}
.BgClassName
{
background-color: #52C554;
}
</style>
border-color css
<style>
span { border-color: #52C554; }
span { border-color: rgb(82,197,84); }
td.TdClassName
{
border-color: #52C554;
}
.TagClassName
{
border-color: #52C554;
}
</style>