Shades of Fern #52C457
Tints of Fern #52C457
RGB
CMYK
RGB Variations
Color information
#52C457 (or 0x52C457) is known color: Fern. HEX triplet: 52, C4 and 57. RGB value is (82,196,87). Sum of RGB (Red+Green+Blue) = 82+196+87=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #52C457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C457 is #AD3BA8. Grayscale: #959595. Windows color (decimal): -11353001 or 5751890. OLE color: 5751890.
HSL color Cylindrical-coordinate representation of color #52C457: hue angle of 122.63º 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 #52C457 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 87 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.23 |
| HSL | 122.63º | 0.49% | 0.55% | - |
| HSV(B) | 122.63º | 0.58% | 0.77% | - |
| XYZ | 24.94 | 41.96 | 15.8 | - |
| YUV | 149.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 87 | 0.58 | 0 | 0.56 | 0.23 | 122.63 | 0.49 | 0.55 |
| Hex | 52 | C4 | 57 | 3A | 0 | 38 | 17 | 7B | 31 | 37 |
| Octal | 122 | 304 | 127 | 72 | 0 | 70 | 27 | 173 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1010111 | 111010 | 0 | 111000 | 10111 | 1111011 | 110001 | 110111 |
Color Harmonies of #52C457
Complementary color
Monochromatic Colors of #52C457
Black with #52C457
Text Example
Text Example
White with #52C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C457; }
p { color: rgb(82,196,87); }
H1.HeaderClassName
{
color: #52C457;
}
.AnyTagClassName
{
color: #52C457;
}
</style>
background-color css
<style>
a { background-color: #52C457; }
a { background-color: rgb(82,196,87); }
div.DivClassName
{
background-color: #52C457;
}
.BgClassName
{
background-color: #52C457;
}
</style>
border-color css
<style>
span { border-color: #52C457; }
span { border-color: rgb(82,196,87); }
td.TdClassName
{
border-color: #52C457;
}
.TagClassName
{
border-color: #52C457;
}
</style>