Shades of Fern #53C95E
Tints of Fern #53C95E
RGB
CMYK
RGB Variations
Color information
#53C95E (or 0x53C95E) is known color: Fern. HEX triplet: 53, C9 and 5E. RGB value is (83,201,94). Sum of RGB (Red+Green+Blue) = 83+201+94=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #53C95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C95E is #AC36A1. Grayscale: #999999. Windows color (decimal): -11286178 or 6211923. OLE color: 6211923.
HSL color Cylindrical-coordinate representation of color #53C95E: hue angle of 125.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C95E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 94 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.21 |
| HSL | 125.59º | 0.52% | 0.56% | - |
| HSV(B) | 125.59º | 0.59% | 0.79% | - |
| XYZ | 26.47 | 44.42 | 17.77 | - |
| YUV | 153.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 94 | 0.59 | 0 | 0.53 | 0.21 | 125.59 | 0.52 | 0.56 |
| Hex | 53 | C9 | 5E | 3B | 0 | 35 | 15 | 7E | 34 | 38 |
| Octal | 123 | 311 | 136 | 73 | 0 | 65 | 25 | 176 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1011110 | 111011 | 0 | 110101 | 10101 | 1111110 | 110100 | 111000 |
Color Harmonies of #53C95E
Complementary color
Monochromatic Colors of #53C95E
Black with #53C95E
Text Example
Text Example
White with #53C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C95E; }
p { color: rgb(83,201,94); }
H1.HeaderClassName
{
color: #53C95E;
}
.AnyTagClassName
{
color: #53C95E;
}
</style>
background-color css
<style>
a { background-color: #53C95E; }
a { background-color: rgb(83,201,94); }
div.DivClassName
{
background-color: #53C95E;
}
.BgClassName
{
background-color: #53C95E;
}
</style>
border-color css
<style>
span { border-color: #53C95E; }
span { border-color: rgb(83,201,94); }
td.TdClassName
{
border-color: #53C95E;
}
.TagClassName
{
border-color: #53C95E;
}
</style>