Shades of Kelly Green #53B115
Tints of Kelly Green #53B115
RGB
CMYK
RGB Variations
Color information
#53B115 (or 0x53B115) is known color: Kelly Green. HEX triplet: 53, B1 and 15. RGB value is (83,177,21). Sum of RGB (Red+Green+Blue) = 83+177+21=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #53B115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B115 is #AC4EEA. Grayscale: #838383. Windows color (decimal): -11292395 or 1421651. OLE color: 1421651.
HSL color Cylindrical-coordinate representation of color #53B115: hue angle of 96.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53B115 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 21 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.31 |
| HSL | 96.15º | 0.79% | 0.39% | - |
| HSV(B) | 96.15º | 0.88% | 0.69% | - |
| XYZ | 19.42 | 33.34 | 6.12 | - |
| YUV | 131.11 | 65.86 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 21 | 0.53 | 0 | 0.88 | 0.31 | 96.15 | 0.79 | 0.39 |
| Hex | 53 | B1 | 15 | 35 | 0 | 58 | 1F | 60 | 4F | 27 |
| Octal | 123 | 261 | 25 | 65 | 0 | 130 | 37 | 140 | 117 | 47 |
| Binary | 1010011 | 10110001 | 10101 | 110101 | 0 | 1011000 | 11111 | 1100000 | 1001111 | 100111 |
Color Harmonies of #53B115
Complementary color
Monochromatic Colors of #53B115
Black with #53B115
Text Example
Text Example
White with #53B115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B115; }
p { color: rgb(83,177,21); }
H1.HeaderClassName
{
color: #53B115;
}
.AnyTagClassName
{
color: #53B115;
}
</style>
background-color css
<style>
a { background-color: #53B115; }
a { background-color: rgb(83,177,21); }
div.DivClassName
{
background-color: #53B115;
}
.BgClassName
{
background-color: #53B115;
}
</style>
border-color css
<style>
span { border-color: #53B115; }
span { border-color: rgb(83,177,21); }
td.TdClassName
{
border-color: #53B115;
}
.TagClassName
{
border-color: #53B115;
}
</style>