Shades of Kelly Green #5AD71F
Tints of Kelly Green #5AD71F
RGB
CMYK
RGB Variations
Color information
#5AD71F (or 0x5AD71F) is known color: Kelly Green. HEX triplet: 5A, D7 and 1F. RGB value is (90,215,31). Sum of RGB (Red+Green+Blue) = 90+215+31=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD71F is #A528E0. Grayscale: #9D9D9D. Windows color (decimal): -10823905 or 2086746. OLE color: 2086746.
HSL color Cylindrical-coordinate representation of color #5AD71F: hue angle of 100.76º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AD71F is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 31 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.16 |
| HSL | 100.76º | 0.75% | 0.48% | - |
| HSV(B) | 100.76º | 0.86% | 0.84% | - |
| XYZ | 28.76 | 50.87 | 9.6 | - |
| YUV | 156.65 | 57.09 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 31 | 0.58 | 0 | 0.86 | 0.16 | 100.76 | 0.75 | 0.48 |
| Hex | 5A | D7 | 1F | 3A | 0 | 56 | 10 | 65 | 4B | 30 |
| Octal | 132 | 327 | 37 | 72 | 0 | 126 | 20 | 145 | 113 | 60 |
| Binary | 1011010 | 11010111 | 11111 | 111010 | 0 | 1010110 | 10000 | 1100101 | 1001011 | 110000 |
Color Harmonies of #5AD71F
Complementary color
Monochromatic Colors of #5AD71F
Black with #5AD71F
Text Example
Text Example
White with #5AD71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD71F; }
p { color: rgb(90,215,31); }
H1.HeaderClassName
{
color: #5AD71F;
}
.AnyTagClassName
{
color: #5AD71F;
}
</style>
background-color css
<style>
a { background-color: #5AD71F; }
a { background-color: rgb(90,215,31); }
div.DivClassName
{
background-color: #5AD71F;
}
.BgClassName
{
background-color: #5AD71F;
}
</style>
border-color css
<style>
span { border-color: #5AD71F; }
span { border-color: rgb(90,215,31); }
td.TdClassName
{
border-color: #5AD71F;
}
.TagClassName
{
border-color: #5AD71F;
}
</style>