Shades of Kelly Green #53BA31
Tints of Kelly Green #53BA31
RGB
CMYK
RGB Variations
Color information
#53BA31 (or 0x53BA31) is known color: Kelly Green. HEX triplet: 53, BA and 31. RGB value is (83,186,49). Sum of RGB (Red+Green+Blue) = 83+186+49=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA31 is #AC45CE. Grayscale: #8C8C8C. Windows color (decimal): -11290063 or 3258963. OLE color: 3258963.
HSL color Cylindrical-coordinate representation of color #53BA31: hue angle of 105.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53BA31 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 49 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.27 |
| HSL | 105.11º | 0.58% | 0.46% | - |
| HSV(B) | 105.11º | 0.74% | 0.73% | - |
| XYZ | 21.68 | 37.18 | 8.94 | - |
| YUV | 139.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 49 | 0.55 | 0 | 0.74 | 0.27 | 105.11 | 0.58 | 0.46 |
| Hex | 53 | BA | 31 | 37 | 0 | 4A | 1B | 69 | 3A | 2E |
| Octal | 123 | 272 | 61 | 67 | 0 | 112 | 33 | 151 | 72 | 56 |
| Binary | 1010011 | 10111010 | 110001 | 110111 | 0 | 1001010 | 11011 | 1101001 | 111010 | 101110 |
Color Harmonies of #53BA31
Complementary color
Monochromatic Colors of #53BA31
Black with #53BA31
Text Example
Text Example
White with #53BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA31; }
p { color: rgb(83,186,49); }
H1.HeaderClassName
{
color: #53BA31;
}
.AnyTagClassName
{
color: #53BA31;
}
</style>
background-color css
<style>
a { background-color: #53BA31; }
a { background-color: rgb(83,186,49); }
div.DivClassName
{
background-color: #53BA31;
}
.BgClassName
{
background-color: #53BA31;
}
</style>
border-color css
<style>
span { border-color: #53BA31; }
span { border-color: rgb(83,186,49); }
td.TdClassName
{
border-color: #53BA31;
}
.TagClassName
{
border-color: #53BA31;
}
</style>