Shades of Kelly Green #5AD914
Tints of Kelly Green #5AD914
RGB
CMYK
RGB Variations
Color information
#5AD914 (or 0x5AD914) is known color: Kelly Green. HEX triplet: 5A, D9 and 14. RGB value is (90,217,20). Sum of RGB (Red+Green+Blue) = 90+217+20=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD914 is #A526EB. Grayscale: #9D9D9D. Windows color (decimal): -10823404 or 1366362. OLE color: 1366362.
HSL color Cylindrical-coordinate representation of color #5AD914: hue angle of 98.68º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AD914 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.15 |
| HSL | 98.68º | 0.83% | 0.46% | - |
| HSV(B) | 98.68º | 0.91% | 0.85% | - |
| XYZ | 29.16 | 51.85 | 9.13 | - |
| YUV | 156.57 | 50.92 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 20 | 0.59 | 0 | 0.91 | 0.15 | 98.68 | 0.83 | 0.46 |
| Hex | 5A | D9 | 14 | 3B | 0 | 5B | F | 63 | 53 | 2E |
| Octal | 132 | 331 | 24 | 73 | 0 | 133 | 17 | 143 | 123 | 56 |
| Binary | 1011010 | 11011001 | 10100 | 111011 | 0 | 1011011 | 1111 | 1100011 | 1010011 | 101110 |
Color Harmonies of #5AD914
Complementary color
Monochromatic Colors of #5AD914
Black with #5AD914
Text Example
Text Example
White with #5AD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD914; }
p { color: rgb(90,217,20); }
H1.HeaderClassName
{
color: #5AD914;
}
.AnyTagClassName
{
color: #5AD914;
}
</style>
background-color css
<style>
a { background-color: #5AD914; }
a { background-color: rgb(90,217,20); }
div.DivClassName
{
background-color: #5AD914;
}
.BgClassName
{
background-color: #5AD914;
}
</style>
border-color css
<style>
span { border-color: #5AD914; }
span { border-color: rgb(90,217,20); }
td.TdClassName
{
border-color: #5AD914;
}
.TagClassName
{
border-color: #5AD914;
}
</style>