Shades of Kelly Green #53BC13
Tints of Kelly Green #53BC13
RGB
CMYK
RGB Variations
Color information
#53BC13 (or 0x53BC13) is known color: Kelly Green. HEX triplet: 53, BC and 13. RGB value is (83,188,19). Sum of RGB (Red+Green+Blue) = 83+188+19=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BC13 is #AC43EC. Grayscale: #898989. Windows color (decimal): -11289581 or 1293395. OLE color: 1293395.
HSL color Cylindrical-coordinate representation of color #53BC13: hue angle of 97.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53BC13 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 19 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.26 |
| HSL | 97.28º | 0.82% | 0.41% | - |
| HSV(B) | 97.28º | 0.9% | 0.74% | - |
| XYZ | 21.67 | 37.85 | 6.78 | - |
| YUV | 137.34 | 61.21 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 19 | 0.56 | 0 | 0.90 | 0.26 | 97.28 | 0.82 | 0.41 |
| Hex | 53 | BC | 13 | 38 | 0 | 5A | 1A | 61 | 52 | 29 |
| Octal | 123 | 274 | 23 | 70 | 0 | 132 | 32 | 141 | 122 | 51 |
| Binary | 1010011 | 10111100 | 10011 | 111000 | 0 | 1011010 | 11010 | 1100001 | 1010010 | 101001 |
Color Harmonies of #53BC13
Complementary color
Monochromatic Colors of #53BC13
Black with #53BC13
Text Example
Text Example
White with #53BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC13; }
p { color: rgb(83,188,19); }
H1.HeaderClassName
{
color: #53BC13;
}
.AnyTagClassName
{
color: #53BC13;
}
</style>
background-color css
<style>
a { background-color: #53BC13; }
a { background-color: rgb(83,188,19); }
div.DivClassName
{
background-color: #53BC13;
}
.BgClassName
{
background-color: #53BC13;
}
</style>
border-color css
<style>
span { border-color: #53BC13; }
span { border-color: rgb(83,188,19); }
td.TdClassName
{
border-color: #53BC13;
}
.TagClassName
{
border-color: #53BC13;
}
</style>