Shades of Kelly Green #53B011
Tints of Kelly Green #53B011
RGB
CMYK
RGB Variations
Color information
#53B011 (or 0x53B011) is known color: Kelly Green. HEX triplet: 53, B0 and 11. RGB value is (83,176,17). Sum of RGB (Red+Green+Blue) = 83+176+17=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 176 (69.14% from 255 or 63.77% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 176 - color contains mainly: green. Hex color #53B011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B011 is #AC4FEE. Grayscale: #828282. Windows color (decimal): -11292655 or 1159251. OLE color: 1159251.
HSL color Cylindrical-coordinate representation of color #53B011: hue angle of 95.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53B011 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 17 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.31 |
| HSL | 95.09º | 0.82% | 0.38% | - |
| HSV(B) | 95.09º | 0.9% | 0.69% | - |
| XYZ | 19.19 | 32.93 | 5.87 | - |
| YUV | 130.07 | 64.19 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 17 | 0.53 | 0 | 0.90 | 0.31 | 95.09 | 0.82 | 0.38 |
| Hex | 53 | B0 | 11 | 35 | 0 | 5A | 1F | 5F | 52 | 26 |
| Octal | 123 | 260 | 21 | 65 | 0 | 132 | 37 | 137 | 122 | 46 |
| Binary | 1010011 | 10110000 | 10001 | 110101 | 0 | 1011010 | 11111 | 1011111 | 1010010 | 100110 |
Color Harmonies of #53B011
Complementary color
Monochromatic Colors of #53B011
Black with #53B011
Text Example
Text Example
White with #53B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B011; }
p { color: rgb(83,176,17); }
H1.HeaderClassName
{
color: #53B011;
}
.AnyTagClassName
{
color: #53B011;
}
</style>
background-color css
<style>
a { background-color: #53B011; }
a { background-color: rgb(83,176,17); }
div.DivClassName
{
background-color: #53B011;
}
.BgClassName
{
background-color: #53B011;
}
</style>
border-color css
<style>
span { border-color: #53B011; }
span { border-color: rgb(83,176,17); }
td.TdClassName
{
border-color: #53B011;
}
.TagClassName
{
border-color: #53B011;
}
</style>