Shades of Kelly Green #53BA04
Tints of Kelly Green #53BA04
RGB
CMYK
RGB Variations
Color information
#53BA04 (or 0x53BA04) is known color: Kelly Green. HEX triplet: 53, BA and 04. RGB value is (83,186,4). Sum of RGB (Red+Green+Blue) = 83+186+4=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BA04 is #AC45FB. Grayscale: #878787. Windows color (decimal): -11290108 or 309843. OLE color: 309843.
HSL color Cylindrical-coordinate representation of color #53BA04: hue angle of 93.96º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53BA04 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 4 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.27 |
| HSL | 93.96º | 0.96% | 0.37% | - |
| HSV(B) | 93.96º | 0.98% | 0.73% | - |
| XYZ | 21.15 | 36.97 | 6.14 | - |
| YUV | 134.46 | 54.38 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 4 | 0.55 | 0 | 0.98 | 0.27 | 93.96 | 0.96 | 0.37 |
| Hex | 53 | BA | 4 | 37 | 0 | 62 | 1B | 5E | 60 | 25 |
| Octal | 123 | 272 | 4 | 67 | 0 | 142 | 33 | 136 | 140 | 45 |
| Binary | 1010011 | 10111010 | 100 | 110111 | 0 | 1100010 | 11011 | 1011110 | 1100000 | 100101 |
Color Harmonies of #53BA04
Complementary color
Monochromatic Colors of #53BA04
Black with #53BA04
Text Example
Text Example
White with #53BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA04; }
p { color: rgb(83,186,4); }
H1.HeaderClassName
{
color: #53BA04;
}
.AnyTagClassName
{
color: #53BA04;
}
</style>
background-color css
<style>
a { background-color: #53BA04; }
a { background-color: rgb(83,186,4); }
div.DivClassName
{
background-color: #53BA04;
}
.BgClassName
{
background-color: #53BA04;
}
</style>
border-color css
<style>
span { border-color: #53BA04; }
span { border-color: rgb(83,186,4); }
td.TdClassName
{
border-color: #53BA04;
}
.TagClassName
{
border-color: #53BA04;
}
</style>