Shades of Fern #52D455
Tints of Fern #52D455
RGB
CMYK
RGB Variations
Color information
#52D455 (or 0x52D455) is known color: Fern. HEX triplet: 52, D4 and 55. RGB value is (82,212,85). Sum of RGB (Red+Green+Blue) = 82+212+85=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #52D455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D455 is #AD2BAA. Grayscale: #9F9F9F. Windows color (decimal): -11348907 or 5624914. OLE color: 5624914.
HSL color Cylindrical-coordinate representation of color #52D455: hue angle of 121.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D455 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 85 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.17 |
| HSL | 121.38º | 0.6% | 0.58% | - |
| HSV(B) | 121.38º | 0.61% | 0.83% | - |
| XYZ | 28.66 | 49.54 | 16.65 | - |
| YUV | 158.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 85 | 0.61 | 0 | 0.60 | 0.17 | 121.38 | 0.6 | 0.58 |
| Hex | 52 | D4 | 55 | 3D | 0 | 3C | 11 | 79 | 3C | 3A |
| Octal | 122 | 324 | 125 | 75 | 0 | 74 | 21 | 171 | 74 | 72 |
| Binary | 1010010 | 11010100 | 1010101 | 111101 | 0 | 111100 | 10001 | 1111001 | 111100 | 111010 |
Color Harmonies of #52D455
Complementary color
Monochromatic Colors of #52D455
Black with #52D455
Text Example
Text Example
White with #52D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D455; }
p { color: rgb(82,212,85); }
H1.HeaderClassName
{
color: #52D455;
}
.AnyTagClassName
{
color: #52D455;
}
</style>
background-color css
<style>
a { background-color: #52D455; }
a { background-color: rgb(82,212,85); }
div.DivClassName
{
background-color: #52D455;
}
.BgClassName
{
background-color: #52D455;
}
</style>
border-color css
<style>
span { border-color: #52D455; }
span { border-color: rgb(82,212,85); }
td.TdClassName
{
border-color: #52D455;
}
.TagClassName
{
border-color: #52D455;
}
</style>