Shades of Fern #52C461
Tints of Fern #52C461
RGB
CMYK
RGB Variations
Color information
#52C461 (or 0x52C461) is known color: Fern. HEX triplet: 52, C4 and 61. RGB value is (82,196,97). Sum of RGB (Red+Green+Blue) = 82+196+97=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #52C461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C461 is #AD3B9E. Grayscale: #969696. Windows color (decimal): -11352991 or 6407250. OLE color: 6407250.
HSL color Cylindrical-coordinate representation of color #52C461: hue angle of 127.89º degrees, saturation: 0.49, 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 #52C461 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 97 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.23 |
| HSL | 127.89º | 0.49% | 0.55% | - |
| HSV(B) | 127.89º | 0.58% | 0.77% | - |
| XYZ | 25.38 | 42.14 | 18.1 | - |
| YUV | 150.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 97 | 0.58 | 0 | 0.51 | 0.23 | 127.89 | 0.49 | 0.55 |
| Hex | 52 | C4 | 61 | 3A | 0 | 33 | 17 | 80 | 31 | 37 |
| Octal | 122 | 304 | 141 | 72 | 0 | 63 | 27 | 200 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1100001 | 111010 | 0 | 110011 | 10111 | 10000000 | 110001 | 110111 |
Color Harmonies of #52C461
Complementary color
Monochromatic Colors of #52C461
Black with #52C461
Text Example
Text Example
White with #52C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C461; }
p { color: rgb(82,196,97); }
H1.HeaderClassName
{
color: #52C461;
}
.AnyTagClassName
{
color: #52C461;
}
</style>
background-color css
<style>
a { background-color: #52C461; }
a { background-color: rgb(82,196,97); }
div.DivClassName
{
background-color: #52C461;
}
.BgClassName
{
background-color: #52C461;
}
</style>
border-color css
<style>
span { border-color: #52C461; }
span { border-color: rgb(82,196,97); }
td.TdClassName
{
border-color: #52C461;
}
.TagClassName
{
border-color: #52C461;
}
</style>