Shades of Fern #52C360
Tints of Fern #52C360
RGB
CMYK
RGB Variations
Color information
#52C360 (or 0x52C360) is known color: Fern. HEX triplet: 52, C3 and 60. RGB value is (82,195,96). Sum of RGB (Red+Green+Blue) = 82+195+96=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #52C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C360 is #AD3C9F. Grayscale: #969696. Windows color (decimal): -11353248 or 6341458. OLE color: 6341458.
HSL color Cylindrical-coordinate representation of color #52C360: hue angle of 127.43º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C360 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 96 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.24 |
| HSL | 127.43º | 0.48% | 0.54% | - |
| HSV(B) | 127.43º | 0.58% | 0.76% | - |
| XYZ | 25.11 | 41.67 | 17.79 | - |
| YUV | 149.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 96 | 0.58 | 0 | 0.51 | 0.24 | 127.43 | 0.48 | 0.54 |
| Hex | 52 | C3 | 60 | 3A | 0 | 33 | 18 | 7F | 30 | 36 |
| Octal | 122 | 303 | 140 | 72 | 0 | 63 | 30 | 177 | 60 | 66 |
| Binary | 1010010 | 11000011 | 1100000 | 111010 | 0 | 110011 | 11000 | 1111111 | 110000 | 110110 |
Color Harmonies of #52C360
Complementary color
Monochromatic Colors of #52C360
Black with #52C360
Text Example
Text Example
White with #52C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C360; }
p { color: rgb(82,195,96); }
H1.HeaderClassName
{
color: #52C360;
}
.AnyTagClassName
{
color: #52C360;
}
</style>
background-color css
<style>
a { background-color: #52C360; }
a { background-color: rgb(82,195,96); }
div.DivClassName
{
background-color: #52C360;
}
.BgClassName
{
background-color: #52C360;
}
</style>
border-color css
<style>
span { border-color: #52C360; }
span { border-color: rgb(82,195,96); }
td.TdClassName
{
border-color: #52C360;
}
.TagClassName
{
border-color: #52C360;
}
</style>