Shades of Kelly Green #5AD708
Tints of Kelly Green #5AD708
RGB
CMYK
RGB Variations
Color information
#5AD708 (or 0x5AD708) is known color: Kelly Green. HEX triplet: 5A, D7 and 08. RGB value is (90,215,8). Sum of RGB (Red+Green+Blue) = 90+215+8=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD708 is #A528F7. Grayscale: #9A9A9A. Windows color (decimal): -10823928 or 579418. OLE color: 579418.
HSL color Cylindrical-coordinate representation of color #5AD708: hue angle of 96.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AD708 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.16 |
| HSL | 96.23º | 0.93% | 0.44% | - |
| HSV(B) | 96.23º | 0.96% | 0.84% | - |
| XYZ | 28.56 | 50.79 | 8.53 | - |
| YUV | 154.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 8 | 0.58 | 0 | 0.96 | 0.16 | 96.23 | 0.93 | 0.44 |
| Hex | 5A | D7 | 8 | 3A | 0 | 60 | 10 | 60 | 5D | 2C |
| Octal | 132 | 327 | 10 | 72 | 0 | 140 | 20 | 140 | 135 | 54 |
| Binary | 1011010 | 11010111 | 1000 | 111010 | 0 | 1100000 | 10000 | 1100000 | 1011101 | 101100 |
Color Harmonies of #5AD708
Complementary color
Monochromatic Colors of #5AD708
Black with #5AD708
Text Example
Text Example
White with #5AD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD708; }
p { color: rgb(90,215,8); }
H1.HeaderClassName
{
color: #5AD708;
}
.AnyTagClassName
{
color: #5AD708;
}
</style>
background-color css
<style>
a { background-color: #5AD708; }
a { background-color: rgb(90,215,8); }
div.DivClassName
{
background-color: #5AD708;
}
.BgClassName
{
background-color: #5AD708;
}
</style>
border-color css
<style>
span { border-color: #5AD708; }
span { border-color: rgb(90,215,8); }
td.TdClassName
{
border-color: #5AD708;
}
.TagClassName
{
border-color: #5AD708;
}
</style>