Shades of Fern #52C465
Tints of Fern #52C465
RGB
CMYK
RGB Variations
Color information
#52C465 (or 0x52C465) is known color: Fern. HEX triplet: 52, C4 and 65. RGB value is (82,196,101). Sum of RGB (Red+Green+Blue) = 82+196+101=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #52C465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C465 is #AD3B9A. Grayscale: #979797. Windows color (decimal): -11352987 or 6669394. OLE color: 6669394.
HSL color Cylindrical-coordinate representation of color #52C465: hue angle of 130º 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 #52C465 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 101 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.23 |
| HSL | 130º | 0.49% | 0.55% | - |
| HSV(B) | 130º | 0.58% | 0.77% | - |
| XYZ | 25.57 | 42.21 | 19.11 | - |
| YUV | 151.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 101 | 0.58 | 0 | 0.48 | 0.23 | 130 | 0.49 | 0.55 |
| Hex | 52 | C4 | 65 | 3A | 0 | 30 | 17 | 82 | 31 | 37 |
| Octal | 122 | 304 | 145 | 72 | 0 | 60 | 27 | 202 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1100101 | 111010 | 0 | 110000 | 10111 | 10000010 | 110001 | 110111 |
Color Harmonies of #52C465
Complementary color
Monochromatic Colors of #52C465
Black with #52C465
Text Example
Text Example
White with #52C465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C465; }
p { color: rgb(82,196,101); }
H1.HeaderClassName
{
color: #52C465;
}
.AnyTagClassName
{
color: #52C465;
}
</style>
background-color css
<style>
a { background-color: #52C465; }
a { background-color: rgb(82,196,101); }
div.DivClassName
{
background-color: #52C465;
}
.BgClassName
{
background-color: #52C465;
}
</style>
border-color css
<style>
span { border-color: #52C465; }
span { border-color: rgb(82,196,101); }
td.TdClassName
{
border-color: #52C465;
}
.TagClassName
{
border-color: #52C465;
}
</style>