Shades of Fern #53CA5B
Tints of Fern #53CA5B
RGB
CMYK
RGB Variations
Color information
#53CA5B (or 0x53CA5B) is known color: Fern. HEX triplet: 53, CA and 5B. RGB value is (83,202,91). Sum of RGB (Red+Green+Blue) = 83+202+91=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA5B is #AC35A4. Grayscale: #9A9A9A. Windows color (decimal): -11285925 or 6015571. OLE color: 6015571.
HSL color Cylindrical-coordinate representation of color #53CA5B: hue angle of 124.03º degrees, saturation: 0.53, 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 #53CA5B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 91 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.21 |
| HSL | 124.03º | 0.53% | 0.56% | - |
| HSV(B) | 124.03º | 0.59% | 0.79% | - |
| XYZ | 26.58 | 44.84 | 17.15 | - |
| YUV | 153.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 91 | 0.59 | 0 | 0.55 | 0.21 | 124.03 | 0.53 | 0.56 |
| Hex | 53 | CA | 5B | 3B | 0 | 37 | 15 | 7C | 35 | 38 |
| Octal | 123 | 312 | 133 | 73 | 0 | 67 | 25 | 174 | 65 | 70 |
| Binary | 1010011 | 11001010 | 1011011 | 111011 | 0 | 110111 | 10101 | 1111100 | 110101 | 111000 |
Color Harmonies of #53CA5B
Complementary color
Monochromatic Colors of #53CA5B
Black with #53CA5B
Text Example
Text Example
White with #53CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA5B; }
p { color: rgb(83,202,91); }
H1.HeaderClassName
{
color: #53CA5B;
}
.AnyTagClassName
{
color: #53CA5B;
}
</style>
background-color css
<style>
a { background-color: #53CA5B; }
a { background-color: rgb(83,202,91); }
div.DivClassName
{
background-color: #53CA5B;
}
.BgClassName
{
background-color: #53CA5B;
}
</style>
border-color css
<style>
span { border-color: #53CA5B; }
span { border-color: rgb(83,202,91); }
td.TdClassName
{
border-color: #53CA5B;
}
.TagClassName
{
border-color: #53CA5B;
}
</style>