Shades of Fern #52CE52
Tints of Fern #52CE52
RGB
CMYK
RGB Variations
Color information
#52CE52 (or 0x52CE52) is known color: Fern. HEX triplet: 52, CE and 52. RGB value is (82,206,82). Sum of RGB (Red+Green+Blue) = 82+206+82=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE52 is #AD31AD. Grayscale: #9B9B9B. Windows color (decimal): -11350446 or 5426770. OLE color: 5426770.
HSL color Cylindrical-coordinate representation of color #52CE52: hue angle of 120º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE52 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 82 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.19 |
| HSL | 120º | 0.56% | 0.56% | - |
| HSV(B) | 120º | 0.6% | 0.81% | - |
| XYZ | 27.07 | 46.55 | 15.54 | - |
| YUV | 154.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 82 | 0.60 | 0 | 0.60 | 0.19 | 120 | 0.56 | 0.56 |
| Hex | 52 | CE | 52 | 3C | 0 | 3C | 13 | 78 | 38 | 38 |
| Octal | 122 | 316 | 122 | 74 | 0 | 74 | 23 | 170 | 70 | 70 |
| Binary | 1010010 | 11001110 | 1010010 | 111100 | 0 | 111100 | 10011 | 1111000 | 111000 | 111000 |
Color Harmonies of #52CE52
Complementary color
Monochromatic Colors of #52CE52
Black with #52CE52
Text Example
Text Example
White with #52CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE52; }
p { color: rgb(82,206,82); }
H1.HeaderClassName
{
color: #52CE52;
}
.AnyTagClassName
{
color: #52CE52;
}
</style>
background-color css
<style>
a { background-color: #52CE52; }
a { background-color: rgb(82,206,82); }
div.DivClassName
{
background-color: #52CE52;
}
.BgClassName
{
background-color: #52CE52;
}
</style>
border-color css
<style>
span { border-color: #52CE52; }
span { border-color: rgb(82,206,82); }
td.TdClassName
{
border-color: #52CE52;
}
.TagClassName
{
border-color: #52CE52;
}
</style>