Shades of Kelly Green #53DA0A
Tints of Kelly Green #53DA0A
RGB
CMYK
RGB Variations
Color information
#53DA0A (or 0x53DA0A) is known color: Kelly Green. HEX triplet: 53, DA and 0A. RGB value is (83,218,10). Sum of RGB (Red+Green+Blue) = 83+218+10=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DA0A is #AC25F5. Grayscale: #9A9A9A. Windows color (decimal): -11281910 or 711251. OLE color: 711251.
HSL color Cylindrical-coordinate representation of color #53DA0A: hue angle of 98.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53DA0A is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 10 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.15 |
| HSL | 98.94º | 0.91% | 0.45% | - |
| HSV(B) | 98.94º | 0.95% | 0.85% | - |
| XYZ | 28.69 | 52 | 8.81 | - |
| YUV | 153.92 | 46.77 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 10 | 0.62 | 0 | 0.95 | 0.15 | 98.94 | 0.91 | 0.45 |
| Hex | 53 | DA | A | 3E | 0 | 5F | F | 63 | 5B | 2D |
| Octal | 123 | 332 | 12 | 76 | 0 | 137 | 17 | 143 | 133 | 55 |
| Binary | 1010011 | 11011010 | 1010 | 111110 | 0 | 1011111 | 1111 | 1100011 | 1011011 | 101101 |
Color Harmonies of #53DA0A
Complementary color
Monochromatic Colors of #53DA0A
Black with #53DA0A
Text Example
Text Example
White with #53DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA0A; }
p { color: rgb(83,218,10); }
H1.HeaderClassName
{
color: #53DA0A;
}
.AnyTagClassName
{
color: #53DA0A;
}
</style>
background-color css
<style>
a { background-color: #53DA0A; }
a { background-color: rgb(83,218,10); }
div.DivClassName
{
background-color: #53DA0A;
}
.BgClassName
{
background-color: #53DA0A;
}
</style>
border-color css
<style>
span { border-color: #53DA0A; }
span { border-color: rgb(83,218,10); }
td.TdClassName
{
border-color: #53DA0A;
}
.TagClassName
{
border-color: #53DA0A;
}
</style>