Shades of Kelly Green #53A30B
Tints of Kelly Green #53A30B
RGB
CMYK
RGB Variations
Color information
#53A30B (or 0x53A30B) is known color: Kelly Green. HEX triplet: 53, A3 and 0B. RGB value is (83,163,11). Sum of RGB (Red+Green+Blue) = 83+163+11=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #53A30B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A30B is #AC5CF4. Grayscale: #7A7A7A. Windows color (decimal): -11295989 or 762707. OLE color: 762707.
HSL color Cylindrical-coordinate representation of color #53A30B: hue angle of 91.58º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53A30B is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 11 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.36 |
| HSL | 91.58º | 0.87% | 0.34% | - |
| HSV(B) | 91.58º | 0.93% | 0.64% | - |
| XYZ | 16.72 | 28.06 | 4.85 | - |
| YUV | 121.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 11 | 0.49 | 0 | 0.93 | 0.36 | 91.58 | 0.87 | 0.34 |
| Hex | 53 | A3 | B | 31 | 0 | 5D | 24 | 5C | 57 | 22 |
| Octal | 123 | 243 | 13 | 61 | 0 | 135 | 44 | 134 | 127 | 42 |
| Binary | 1010011 | 10100011 | 1011 | 110001 | 0 | 1011101 | 100100 | 1011100 | 1010111 | 100010 |
Color Harmonies of #53A30B
Complementary color
Monochromatic Colors of #53A30B
Black with #53A30B
Text Example
Text Example
White with #53A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A30B; }
p { color: rgb(83,163,11); }
H1.HeaderClassName
{
color: #53A30B;
}
.AnyTagClassName
{
color: #53A30B;
}
</style>
background-color css
<style>
a { background-color: #53A30B; }
a { background-color: rgb(83,163,11); }
div.DivClassName
{
background-color: #53A30B;
}
.BgClassName
{
background-color: #53A30B;
}
</style>
border-color css
<style>
span { border-color: #53A30B; }
span { border-color: rgb(83,163,11); }
td.TdClassName
{
border-color: #53A30B;
}
.TagClassName
{
border-color: #53A30B;
}
</style>