Shades of Fern #53CE55
Tints of Fern #53CE55
RGB
CMYK
RGB Variations
Color information
#53CE55 (or 0x53CE55) is known color: Fern. HEX triplet: 53, CE and 55. RGB value is (83,206,85). Sum of RGB (Red+Green+Blue) = 83+206+85=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CE55 is #AC31AA. Grayscale: #9B9B9B. Windows color (decimal): -11284907 or 5623379. OLE color: 5623379.
HSL color Cylindrical-coordinate representation of color #53CE55: hue angle of 120.98º 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 #53CE55 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 85 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.19 |
| HSL | 120.98º | 0.56% | 0.57% | - |
| HSV(B) | 120.98º | 0.6% | 0.81% | - |
| XYZ | 27.28 | 46.64 | 16.16 | - |
| YUV | 155.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 85 | 0.60 | 0 | 0.59 | 0.19 | 120.98 | 0.56 | 0.57 |
| Hex | 53 | CE | 55 | 3C | 0 | 3B | 13 | 79 | 38 | 39 |
| Octal | 123 | 316 | 125 | 74 | 0 | 73 | 23 | 171 | 70 | 71 |
| Binary | 1010011 | 11001110 | 1010101 | 111100 | 0 | 111011 | 10011 | 1111001 | 111000 | 111001 |
Color Harmonies of #53CE55
Complementary color
Monochromatic Colors of #53CE55
Black with #53CE55
Text Example
Text Example
White with #53CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE55; }
p { color: rgb(83,206,85); }
H1.HeaderClassName
{
color: #53CE55;
}
.AnyTagClassName
{
color: #53CE55;
}
</style>
background-color css
<style>
a { background-color: #53CE55; }
a { background-color: rgb(83,206,85); }
div.DivClassName
{
background-color: #53CE55;
}
.BgClassName
{
background-color: #53CE55;
}
</style>
border-color css
<style>
span { border-color: #53CE55; }
span { border-color: rgb(83,206,85); }
td.TdClassName
{
border-color: #53CE55;
}
.TagClassName
{
border-color: #53CE55;
}
</style>