Shades of Kelly Green #53DA11
Tints of Kelly Green #53DA11
RGB
CMYK
RGB Variations
Color information
#53DA11 (or 0x53DA11) is known color: Kelly Green. HEX triplet: 53, DA and 11. RGB value is (83,218,17). Sum of RGB (Red+Green+Blue) = 83+218+17=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DA11 is #AC25EE. Grayscale: #9B9B9B. Windows color (decimal): -11281903 or 1170003. OLE color: 1170003.
HSL color Cylindrical-coordinate representation of color #53DA11: hue angle of 100.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53DA11 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 17 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.15 |
| HSL | 100.3º | 0.86% | 0.46% | - |
| HSV(B) | 100.3º | 0.92% | 0.85% | - |
| XYZ | 28.74 | 52.02 | 9.06 | - |
| YUV | 154.72 | 50.27 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 17 | 0.62 | 0 | 0.92 | 0.15 | 100.3 | 0.86 | 0.46 |
| Hex | 53 | DA | 11 | 3E | 0 | 5C | F | 64 | 56 | 2E |
| Octal | 123 | 332 | 21 | 76 | 0 | 134 | 17 | 144 | 126 | 56 |
| Binary | 1010011 | 11011010 | 10001 | 111110 | 0 | 1011100 | 1111 | 1100100 | 1010110 | 101110 |
Color Harmonies of #53DA11
Complementary color
Monochromatic Colors of #53DA11
Black with #53DA11
Text Example
Text Example
White with #53DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA11; }
p { color: rgb(83,218,17); }
H1.HeaderClassName
{
color: #53DA11;
}
.AnyTagClassName
{
color: #53DA11;
}
</style>
background-color css
<style>
a { background-color: #53DA11; }
a { background-color: rgb(83,218,17); }
div.DivClassName
{
background-color: #53DA11;
}
.BgClassName
{
background-color: #53DA11;
}
</style>
border-color css
<style>
span { border-color: #53DA11; }
span { border-color: rgb(83,218,17); }
td.TdClassName
{
border-color: #53DA11;
}
.TagClassName
{
border-color: #53DA11;
}
</style>