Shades of Fern #52D954
Tints of Fern #52D954
RGB
CMYK
RGB Variations
Color information
#52D954 (or 0x52D954) is known color: Fern. HEX triplet: 52, D9 and 54. RGB value is (82,217,84). Sum of RGB (Red+Green+Blue) = 82+217+84=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #52D954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D954 is #AD26AB. Grayscale: #A1A1A1. Windows color (decimal): -11347628 or 5560658. OLE color: 5560658.
HSL color Cylindrical-coordinate representation of color #52D954: hue angle of 120.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D954 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 84 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.15 |
| HSL | 120.89º | 0.64% | 0.59% | - |
| HSV(B) | 120.89º | 0.62% | 0.85% | - |
| XYZ | 29.89 | 52.06 | 16.86 | - |
| YUV | 161.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 84 | 0.62 | 0 | 0.61 | 0.15 | 120.89 | 0.64 | 0.59 |
| Hex | 52 | D9 | 54 | 3E | 0 | 3D | F | 79 | 40 | 3B |
| Octal | 122 | 331 | 124 | 76 | 0 | 75 | 17 | 171 | 100 | 73 |
| Binary | 1010010 | 11011001 | 1010100 | 111110 | 0 | 111101 | 1111 | 1111001 | 1000000 | 111011 |
Color Harmonies of #52D954
Complementary color
Monochromatic Colors of #52D954
Black with #52D954
Text Example
Text Example
White with #52D954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D954; }
p { color: rgb(82,217,84); }
H1.HeaderClassName
{
color: #52D954;
}
.AnyTagClassName
{
color: #52D954;
}
</style>
background-color css
<style>
a { background-color: #52D954; }
a { background-color: rgb(82,217,84); }
div.DivClassName
{
background-color: #52D954;
}
.BgClassName
{
background-color: #52D954;
}
</style>
border-color css
<style>
span { border-color: #52D954; }
span { border-color: rgb(82,217,84); }
td.TdClassName
{
border-color: #52D954;
}
.TagClassName
{
border-color: #52D954;
}
</style>