Shades of Kelly Green #5AD707
Tints of Kelly Green #5AD707
RGB
CMYK
RGB Variations
Color information
#5AD707 (or 0x5AD707) is known color: Kelly Green. HEX triplet: 5A, D7 and 07. RGB value is (90,215,7). Sum of RGB (Red+Green+Blue) = 90+215+7=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD707 is #A528F8. Grayscale: #9A9A9A. Windows color (decimal): -10823929 or 513882. OLE color: 513882.
HSL color Cylindrical-coordinate representation of color #5AD707: hue angle of 96.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5AD707 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.16 |
| HSL | 96.06º | 0.94% | 0.44% | - |
| HSV(B) | 96.06º | 0.97% | 0.84% | - |
| XYZ | 28.56 | 50.79 | 8.5 | - |
| YUV | 153.91 | 45.09 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 7 | 0.58 | 0 | 0.97 | 0.16 | 96.06 | 0.94 | 0.44 |
| Hex | 5A | D7 | 7 | 3A | 0 | 61 | 10 | 60 | 5E | 2C |
| Octal | 132 | 327 | 7 | 72 | 0 | 141 | 20 | 140 | 136 | 54 |
| Binary | 1011010 | 11010111 | 111 | 111010 | 0 | 1100001 | 10000 | 1100000 | 1011110 | 101100 |
Color Harmonies of #5AD707
Complementary color
Monochromatic Colors of #5AD707
Black with #5AD707
Text Example
Text Example
White with #5AD707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD707; }
p { color: rgb(90,215,7); }
H1.HeaderClassName
{
color: #5AD707;
}
.AnyTagClassName
{
color: #5AD707;
}
</style>
background-color css
<style>
a { background-color: #5AD707; }
a { background-color: rgb(90,215,7); }
div.DivClassName
{
background-color: #5AD707;
}
.BgClassName
{
background-color: #5AD707;
}
</style>
border-color css
<style>
span { border-color: #5AD707; }
span { border-color: rgb(90,215,7); }
td.TdClassName
{
border-color: #5AD707;
}
.TagClassName
{
border-color: #5AD707;
}
</style>