Shades of Kelly Green #5ADB12
Tints of Kelly Green #5ADB12
RGB
CMYK
RGB Variations
Color information
#5ADB12 (or 0x5ADB12) is known color: Kelly Green. HEX triplet: 5A, DB and 12. RGB value is (90,219,18). Sum of RGB (Red+Green+Blue) = 90+219+18=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADB12 is #A524ED. Grayscale: #9E9E9E. Windows color (decimal): -10822894 or 1235802. OLE color: 1235802.
HSL color Cylindrical-coordinate representation of color #5ADB12: hue angle of 98.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5ADB12 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 18 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.14 |
| HSL | 98.51º | 0.85% | 0.46% | - |
| HSV(B) | 98.51º | 0.92% | 0.86% | - |
| XYZ | 29.66 | 52.88 | 9.22 | - |
| YUV | 157.52 | 49.26 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 18 | 0.59 | 0 | 0.92 | 0.14 | 98.51 | 0.85 | 0.46 |
| Hex | 5A | DB | 12 | 3B | 0 | 5C | E | 63 | 55 | 2E |
| Octal | 132 | 333 | 22 | 73 | 0 | 134 | 16 | 143 | 125 | 56 |
| Binary | 1011010 | 11011011 | 10010 | 111011 | 0 | 1011100 | 1110 | 1100011 | 1010101 | 101110 |
Color Harmonies of #5ADB12
Complementary color
Monochromatic Colors of #5ADB12
Black with #5ADB12
Text Example
Text Example
White with #5ADB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB12; }
p { color: rgb(90,219,18); }
H1.HeaderClassName
{
color: #5ADB12;
}
.AnyTagClassName
{
color: #5ADB12;
}
</style>
background-color css
<style>
a { background-color: #5ADB12; }
a { background-color: rgb(90,219,18); }
div.DivClassName
{
background-color: #5ADB12;
}
.BgClassName
{
background-color: #5ADB12;
}
</style>
border-color css
<style>
span { border-color: #5ADB12; }
span { border-color: rgb(90,219,18); }
td.TdClassName
{
border-color: #5ADB12;
}
.TagClassName
{
border-color: #5ADB12;
}
</style>