Shades of Fern #53C85B
Tints of Fern #53C85B
RGB
CMYK
RGB Variations
Color information
#53C85B (or 0x53C85B) is known color: Fern. HEX triplet: 53, C8 and 5B. RGB value is (83,200,91). Sum of RGB (Red+Green+Blue) = 83+200+91=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #53C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C85B is #AC37A4. Grayscale: #989898. Windows color (decimal): -11286437 or 6015059. OLE color: 6015059.
HSL color Cylindrical-coordinate representation of color #53C85B: hue angle of 124.1º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C85B is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 91 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.22 |
| HSL | 124.1º | 0.52% | 0.55% | - |
| HSV(B) | 124.1º | 0.59% | 0.78% | - |
| XYZ | 26.11 | 43.9 | 17 | - |
| YUV | 152.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 91 | 0.58 | 0 | 0.54 | 0.22 | 124.1 | 0.52 | 0.55 |
| Hex | 53 | C8 | 5B | 3A | 0 | 36 | 16 | 7C | 34 | 37 |
| Octal | 123 | 310 | 133 | 72 | 0 | 66 | 26 | 174 | 64 | 67 |
| Binary | 1010011 | 11001000 | 1011011 | 111010 | 0 | 110110 | 10110 | 1111100 | 110100 | 110111 |
Color Harmonies of #53C85B
Complementary color
Monochromatic Colors of #53C85B
Black with #53C85B
Text Example
Text Example
White with #53C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C85B; }
p { color: rgb(83,200,91); }
H1.HeaderClassName
{
color: #53C85B;
}
.AnyTagClassName
{
color: #53C85B;
}
</style>
background-color css
<style>
a { background-color: #53C85B; }
a { background-color: rgb(83,200,91); }
div.DivClassName
{
background-color: #53C85B;
}
.BgClassName
{
background-color: #53C85B;
}
</style>
border-color css
<style>
span { border-color: #53C85B; }
span { border-color: rgb(83,200,91); }
td.TdClassName
{
border-color: #53C85B;
}
.TagClassName
{
border-color: #53C85B;
}
</style>