Shades of Kelly Green #5AD300
Tints of Kelly Green #5AD300
RGB
CMYK
RGB Variations
Color information
#5AD300 (or 0x5AD300) is known color: Kelly Green. HEX triplet: 5A, D3 and 00. RGB value is (90,211,0). Sum of RGB (Red+Green+Blue) = 90+211+0=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 211 (82.81% from 255 or 70.10% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD300 is #A52CFF. Grayscale: #979797. Windows color (decimal): -10824960 or 54106. OLE color: 54106.
HSL color Cylindrical-coordinate representation of color #5AD300: hue angle of 94.41º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AD300 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.17 |
| HSL | 94.41º | 1% | 0.41% | - |
| HSV(B) | 94.41º | 1% | 0.83% | - |
| XYZ | 27.51 | 48.76 | 7.96 | - |
| YUV | 150.77 | 42.91 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 0 | 0.57 | 0 | 1 | 0.17 | 94.41 | 1 | 0.41 |
| Hex | 5A | D3 | 0 | 39 | 0 | 64 | 11 | 5E | 64 | 29 |
| Octal | 132 | 323 | 0 | 71 | 0 | 144 | 21 | 136 | 144 | 51 |
| Binary | 1011010 | 11010011 | 0 | 111001 | 0 | 1100100 | 10001 | 1011110 | 1100100 | 101001 |
Color Harmonies of #5AD300
Complementary color
Monochromatic Colors of #5AD300
Black with #5AD300
Text Example
Text Example
White with #5AD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD300; }
p { color: rgb(90,211,0); }
H1.HeaderClassName
{
color: #5AD300;
}
.AnyTagClassName
{
color: #5AD300;
}
</style>
background-color css
<style>
a { background-color: #5AD300; }
a { background-color: rgb(90,211,0); }
div.DivClassName
{
background-color: #5AD300;
}
.BgClassName
{
background-color: #5AD300;
}
</style>
border-color css
<style>
span { border-color: #5AD300; }
span { border-color: rgb(90,211,0); }
td.TdClassName
{
border-color: #5AD300;
}
.TagClassName
{
border-color: #5AD300;
}
</style>