Shades of Fern #53CB5D
Tints of Fern #53CB5D
RGB
CMYK
RGB Variations
Color information
#53CB5D (or 0x53CB5D) is known color: Fern. HEX triplet: 53, CB and 5D. RGB value is (83,203,93). Sum of RGB (Red+Green+Blue) = 83+203+93=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CB5D is #AC34A2. Grayscale: #9A9A9A. Windows color (decimal): -11285667 or 6146899. OLE color: 6146899.
HSL color Cylindrical-coordinate representation of color #53CB5D: hue angle of 125º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB5D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 93 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.20 |
| HSL | 125º | 0.54% | 0.56% | - |
| HSV(B) | 125º | 0.59% | 0.8% | - |
| XYZ | 26.9 | 45.34 | 17.69 | - |
| YUV | 154.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 93 | 0.59 | 0 | 0.54 | 0.20 | 125 | 0.54 | 0.56 |
| Hex | 53 | CB | 5D | 3B | 0 | 36 | 14 | 7D | 36 | 38 |
| Octal | 123 | 313 | 135 | 73 | 0 | 66 | 24 | 175 | 66 | 70 |
| Binary | 1010011 | 11001011 | 1011101 | 111011 | 0 | 110110 | 10100 | 1111101 | 110110 | 111000 |
Color Harmonies of #53CB5D
Complementary color
Monochromatic Colors of #53CB5D
Black with #53CB5D
Text Example
Text Example
White with #53CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB5D; }
p { color: rgb(83,203,93); }
H1.HeaderClassName
{
color: #53CB5D;
}
.AnyTagClassName
{
color: #53CB5D;
}
</style>
background-color css
<style>
a { background-color: #53CB5D; }
a { background-color: rgb(83,203,93); }
div.DivClassName
{
background-color: #53CB5D;
}
.BgClassName
{
background-color: #53CB5D;
}
</style>
border-color css
<style>
span { border-color: #53CB5D; }
span { border-color: rgb(83,203,93); }
td.TdClassName
{
border-color: #53CB5D;
}
.TagClassName
{
border-color: #53CB5D;
}
</style>