Shades of Fern #53CF57
Tints of Fern #53CF57
RGB
CMYK
RGB Variations
Color information
#53CF57 (or 0x53CF57) is known color: Fern. HEX triplet: 53, CF and 57. RGB value is (83,207,87). Sum of RGB (Red+Green+Blue) = 83+207+87=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF57 is #AC30A8. Grayscale: #9C9C9C. Windows color (decimal): -11284649 or 5754707. OLE color: 5754707.
HSL color Cylindrical-coordinate representation of color #53CF57: hue angle of 121.94º degrees, saturation: 0.56, 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 #53CF57 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 87 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.19 |
| HSL | 121.94º | 0.56% | 0.57% | - |
| HSV(B) | 121.94º | 0.6% | 0.81% | - |
| XYZ | 27.6 | 47.15 | 16.66 | - |
| YUV | 156.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 87 | 0.60 | 0 | 0.58 | 0.19 | 121.94 | 0.56 | 0.57 |
| Hex | 53 | CF | 57 | 3C | 0 | 3A | 13 | 7A | 38 | 39 |
| Octal | 123 | 317 | 127 | 74 | 0 | 72 | 23 | 172 | 70 | 71 |
| Binary | 1010011 | 11001111 | 1010111 | 111100 | 0 | 111010 | 10011 | 1111010 | 111000 | 111001 |
Color Harmonies of #53CF57
Complementary color
Monochromatic Colors of #53CF57
Black with #53CF57
Text Example
Text Example
White with #53CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF57; }
p { color: rgb(83,207,87); }
H1.HeaderClassName
{
color: #53CF57;
}
.AnyTagClassName
{
color: #53CF57;
}
</style>
background-color css
<style>
a { background-color: #53CF57; }
a { background-color: rgb(83,207,87); }
div.DivClassName
{
background-color: #53CF57;
}
.BgClassName
{
background-color: #53CF57;
}
</style>
border-color css
<style>
span { border-color: #53CF57; }
span { border-color: rgb(83,207,87); }
td.TdClassName
{
border-color: #53CF57;
}
.TagClassName
{
border-color: #53CF57;
}
</style>