Shades of Fern #53B45E
Tints of Fern #53B45E
RGB
CMYK
RGB Variations
Color information
#53B45E (or 0x53B45E) is known color: Fern. HEX triplet: 53, B4 and 5E. RGB value is (83,180,94). Sum of RGB (Red+Green+Blue) = 83+180+94=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #53B45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B45E is #AC4BA1. Grayscale: #8D8D8D. Windows color (decimal): -11291554 or 6206547. OLE color: 6206547.
HSL color Cylindrical-coordinate representation of color #53B45E: hue angle of 126.8º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B45E is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 94 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.29 |
| HSL | 126.8º | 0.39% | 0.52% | - |
| HSV(B) | 126.8º | 0.54% | 0.71% | - |
| XYZ | 21.91 | 35.29 | 16.25 | - |
| YUV | 141.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 94 | 0.54 | 0 | 0.48 | 0.29 | 126.8 | 0.39 | 0.52 |
| Hex | 53 | B4 | 5E | 36 | 0 | 30 | 1D | 7F | 27 | 34 |
| Octal | 123 | 264 | 136 | 66 | 0 | 60 | 35 | 177 | 47 | 64 |
| Binary | 1010011 | 10110100 | 1011110 | 110110 | 0 | 110000 | 11101 | 1111111 | 100111 | 110100 |
Color Harmonies of #53B45E
Complementary color
Monochromatic Colors of #53B45E
Black with #53B45E
Text Example
Text Example
White with #53B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B45E; }
p { color: rgb(83,180,94); }
H1.HeaderClassName
{
color: #53B45E;
}
.AnyTagClassName
{
color: #53B45E;
}
</style>
background-color css
<style>
a { background-color: #53B45E; }
a { background-color: rgb(83,180,94); }
div.DivClassName
{
background-color: #53B45E;
}
.BgClassName
{
background-color: #53B45E;
}
</style>
border-color css
<style>
span { border-color: #53B45E; }
span { border-color: rgb(83,180,94); }
td.TdClassName
{
border-color: #53B45E;
}
.TagClassName
{
border-color: #53B45E;
}
</style>