Shades of Kelly Green #53DB10
Tints of Kelly Green #53DB10
RGB
CMYK
RGB Variations
Color information
#53DB10 (or 0x53DB10) is known color: Kelly Green. HEX triplet: 53, DB and 10. RGB value is (83,219,16). Sum of RGB (Red+Green+Blue) = 83+219+16=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DB10 is #AC24EF. Grayscale: #9B9B9B. Windows color (decimal): -11281648 or 1104723. OLE color: 1104723.
HSL color Cylindrical-coordinate representation of color #53DB10: hue angle of 100.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53DB10 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 16 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.14 |
| HSL | 100.2º | 0.86% | 0.46% | - |
| HSV(B) | 100.2º | 0.93% | 0.86% | - |
| XYZ | 28.99 | 52.54 | 9.1 | - |
| YUV | 155.19 | 49.44 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 16 | 0.62 | 0 | 0.93 | 0.14 | 100.2 | 0.86 | 0.46 |
| Hex | 53 | DB | 10 | 3E | 0 | 5D | E | 64 | 56 | 2E |
| Octal | 123 | 333 | 20 | 76 | 0 | 135 | 16 | 144 | 126 | 56 |
| Binary | 1010011 | 11011011 | 10000 | 111110 | 0 | 1011101 | 1110 | 1100100 | 1010110 | 101110 |
Color Harmonies of #53DB10
Complementary color
Monochromatic Colors of #53DB10
Black with #53DB10
Text Example
Text Example
White with #53DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB10; }
p { color: rgb(83,219,16); }
H1.HeaderClassName
{
color: #53DB10;
}
.AnyTagClassName
{
color: #53DB10;
}
</style>
background-color css
<style>
a { background-color: #53DB10; }
a { background-color: rgb(83,219,16); }
div.DivClassName
{
background-color: #53DB10;
}
.BgClassName
{
background-color: #53DB10;
}
</style>
border-color css
<style>
span { border-color: #53DB10; }
span { border-color: rgb(83,219,16); }
td.TdClassName
{
border-color: #53DB10;
}
.TagClassName
{
border-color: #53DB10;
}
</style>