Shades of Kelly Green #5AD608
Tints of Kelly Green #5AD608
RGB
CMYK
RGB Variations
Color information
#5AD608 (or 0x5AD608) is known color: Kelly Green. HEX triplet: 5A, D6 and 08. RGB value is (90,214,8). Sum of RGB (Red+Green+Blue) = 90+214+8=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD608 is #A529F7. Grayscale: #9A9A9A. Windows color (decimal): -10824184 or 579162. OLE color: 579162.
HSL color Cylindrical-coordinate representation of color #5AD608: hue angle of 96.12º 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 #5AD608 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.16 |
| HSL | 96.12º | 0.93% | 0.44% | - |
| HSV(B) | 96.12º | 0.96% | 0.84% | - |
| XYZ | 28.31 | 50.28 | 8.44 | - |
| YUV | 153.44 | 45.92 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 8 | 0.58 | 0 | 0.96 | 0.16 | 96.12 | 0.93 | 0.44 |
| Hex | 5A | D6 | 8 | 3A | 0 | 60 | 10 | 60 | 5D | 2C |
| Octal | 132 | 326 | 10 | 72 | 0 | 140 | 20 | 140 | 135 | 54 |
| Binary | 1011010 | 11010110 | 1000 | 111010 | 0 | 1100000 | 10000 | 1100000 | 1011101 | 101100 |
Color Harmonies of #5AD608
Complementary color
Monochromatic Colors of #5AD608
Black with #5AD608
Text Example
Text Example
White with #5AD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD608; }
p { color: rgb(90,214,8); }
H1.HeaderClassName
{
color: #5AD608;
}
.AnyTagClassName
{
color: #5AD608;
}
</style>
background-color css
<style>
a { background-color: #5AD608; }
a { background-color: rgb(90,214,8); }
div.DivClassName
{
background-color: #5AD608;
}
.BgClassName
{
background-color: #5AD608;
}
</style>
border-color css
<style>
span { border-color: #5AD608; }
span { border-color: rgb(90,214,8); }
td.TdClassName
{
border-color: #5AD608;
}
.TagClassName
{
border-color: #5AD608;
}
</style>