Shades of Fern #53CB5B
Tints of Fern #53CB5B
RGB
CMYK
RGB Variations
Color information
#53CB5B (or 0x53CB5B) is known color: Fern. HEX triplet: 53, CB and 5B. RGB value is (83,203,91). Sum of RGB (Red+Green+Blue) = 83+203+91=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CB5B is #AC34A4. Grayscale: #9A9A9A. Windows color (decimal): -11285669 or 6015827. OLE color: 6015827.
HSL color Cylindrical-coordinate representation of color #53CB5B: hue angle of 124º 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 #53CB5B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 91 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.20 |
| HSL | 124º | 0.54% | 0.56% | - |
| HSV(B) | 124º | 0.59% | 0.8% | - |
| XYZ | 26.81 | 45.31 | 17.23 | - |
| YUV | 154.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 91 | 0.59 | 0 | 0.55 | 0.20 | 124 | 0.54 | 0.56 |
| Hex | 53 | CB | 5B | 3B | 0 | 37 | 14 | 7C | 36 | 38 |
| Octal | 123 | 313 | 133 | 73 | 0 | 67 | 24 | 174 | 66 | 70 |
| Binary | 1010011 | 11001011 | 1011011 | 111011 | 0 | 110111 | 10100 | 1111100 | 110110 | 111000 |
Color Harmonies of #53CB5B
Complementary color
Monochromatic Colors of #53CB5B
Black with #53CB5B
Text Example
Text Example
White with #53CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB5B; }
p { color: rgb(83,203,91); }
H1.HeaderClassName
{
color: #53CB5B;
}
.AnyTagClassName
{
color: #53CB5B;
}
</style>
background-color css
<style>
a { background-color: #53CB5B; }
a { background-color: rgb(83,203,91); }
div.DivClassName
{
background-color: #53CB5B;
}
.BgClassName
{
background-color: #53CB5B;
}
</style>
border-color css
<style>
span { border-color: #53CB5B; }
span { border-color: rgb(83,203,91); }
td.TdClassName
{
border-color: #53CB5B;
}
.TagClassName
{
border-color: #53CB5B;
}
</style>