Shades of Kelly Green #53BA0F
Tints of Kelly Green #53BA0F
RGB
CMYK
RGB Variations
Color information
#53BA0F (or 0x53BA0F) is known color: Kelly Green. HEX triplet: 53, BA and 0F. RGB value is (83,186,15). Sum of RGB (Red+Green+Blue) = 83+186+15=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BA0F is #AC45F0. Grayscale: #888888. Windows color (decimal): -11290097 or 1030739. OLE color: 1030739.
HSL color Cylindrical-coordinate representation of color #53BA0F: hue angle of 96.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53BA0F is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 15 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.27 |
| HSL | 96.14º | 0.85% | 0.39% | - |
| HSV(B) | 96.14º | 0.92% | 0.73% | - |
| XYZ | 21.21 | 36.99 | 6.47 | - |
| YUV | 135.71 | 59.88 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 15 | 0.55 | 0 | 0.92 | 0.27 | 96.14 | 0.85 | 0.39 |
| Hex | 53 | BA | F | 37 | 0 | 5C | 1B | 60 | 55 | 27 |
| Octal | 123 | 272 | 17 | 67 | 0 | 134 | 33 | 140 | 125 | 47 |
| Binary | 1010011 | 10111010 | 1111 | 110111 | 0 | 1011100 | 11011 | 1100000 | 1010101 | 100111 |
Color Harmonies of #53BA0F
Complementary color
Monochromatic Colors of #53BA0F
Black with #53BA0F
Text Example
Text Example
White with #53BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA0F; }
p { color: rgb(83,186,15); }
H1.HeaderClassName
{
color: #53BA0F;
}
.AnyTagClassName
{
color: #53BA0F;
}
</style>
background-color css
<style>
a { background-color: #53BA0F; }
a { background-color: rgb(83,186,15); }
div.DivClassName
{
background-color: #53BA0F;
}
.BgClassName
{
background-color: #53BA0F;
}
</style>
border-color css
<style>
span { border-color: #53BA0F; }
span { border-color: rgb(83,186,15); }
td.TdClassName
{
border-color: #53BA0F;
}
.TagClassName
{
border-color: #53BA0F;
}
</style>