Shades of Fern #53CF52
Tints of Fern #53CF52
RGB
CMYK
RGB Variations
Color information
#53CF52 (or 0x53CF52) is known color: Fern. HEX triplet: 53, CF and 52. RGB value is (83,207,82). Sum of RGB (Red+Green+Blue) = 83+207+82=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF52 is #AC30AD. Grayscale: #9C9C9C. Windows color (decimal): -11284654 or 5427027. OLE color: 5427027.
HSL color Cylindrical-coordinate representation of color #53CF52: hue angle of 119.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF52 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 82 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.19 |
| HSL | 119.52º | 0.57% | 0.57% | - |
| HSV(B) | 119.52º | 0.6% | 0.81% | - |
| XYZ | 27.4 | 47.07 | 15.62 | - |
| YUV | 155.67 | 86.42 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 82 | 0.60 | 0 | 0.60 | 0.19 | 119.52 | 0.57 | 0.57 |
| Hex | 53 | CF | 52 | 3C | 0 | 3C | 13 | 78 | 39 | 39 |
| Octal | 123 | 317 | 122 | 74 | 0 | 74 | 23 | 170 | 71 | 71 |
| Binary | 1010011 | 11001111 | 1010010 | 111100 | 0 | 111100 | 10011 | 1111000 | 111001 | 111001 |
Color Harmonies of #53CF52
Complementary color
Monochromatic Colors of #53CF52
Black with #53CF52
Text Example
Text Example
White with #53CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF52; }
p { color: rgb(83,207,82); }
H1.HeaderClassName
{
color: #53CF52;
}
.AnyTagClassName
{
color: #53CF52;
}
</style>
background-color css
<style>
a { background-color: #53CF52; }
a { background-color: rgb(83,207,82); }
div.DivClassName
{
background-color: #53CF52;
}
.BgClassName
{
background-color: #53CF52;
}
</style>
border-color css
<style>
span { border-color: #53CF52; }
span { border-color: rgb(83,207,82); }
td.TdClassName
{
border-color: #53CF52;
}
.TagClassName
{
border-color: #53CF52;
}
</style>