Shades of Kelly Green #53B512
Tints of Kelly Green #53B512
RGB
CMYK
RGB Variations
Color information
#53B512 (or 0x53B512) is known color: Kelly Green. HEX triplet: 53, B5 and 12. RGB value is (83,181,18). Sum of RGB (Red+Green+Blue) = 83+181+18=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #53B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B512 is #AC4AED. Grayscale: #858585. Windows color (decimal): -11291374 or 1226067. OLE color: 1226067.
HSL color Cylindrical-coordinate representation of color #53B512: hue angle of 96.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53B512 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 18 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.29 |
| HSL | 96.07º | 0.82% | 0.39% | - |
| HSV(B) | 96.07º | 0.9% | 0.71% | - |
| XYZ | 20.2 | 34.93 | 6.25 | - |
| YUV | 133.12 | 63.03 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 18 | 0.54 | 0 | 0.90 | 0.29 | 96.07 | 0.82 | 0.39 |
| Hex | 53 | B5 | 12 | 36 | 0 | 5A | 1D | 60 | 52 | 27 |
| Octal | 123 | 265 | 22 | 66 | 0 | 132 | 35 | 140 | 122 | 47 |
| Binary | 1010011 | 10110101 | 10010 | 110110 | 0 | 1011010 | 11101 | 1100000 | 1010010 | 100111 |
Color Harmonies of #53B512
Complementary color
Monochromatic Colors of #53B512
Black with #53B512
Text Example
Text Example
White with #53B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B512; }
p { color: rgb(83,181,18); }
H1.HeaderClassName
{
color: #53B512;
}
.AnyTagClassName
{
color: #53B512;
}
</style>
background-color css
<style>
a { background-color: #53B512; }
a { background-color: rgb(83,181,18); }
div.DivClassName
{
background-color: #53B512;
}
.BgClassName
{
background-color: #53B512;
}
</style>
border-color css
<style>
span { border-color: #53B512; }
span { border-color: rgb(83,181,18); }
td.TdClassName
{
border-color: #53B512;
}
.TagClassName
{
border-color: #53B512;
}
</style>