Shades of Kelly Green #5ABA05
Tints of Kelly Green #5ABA05
RGB
CMYK
RGB Variations
Color information
#5ABA05 (or 0x5ABA05) is known color: Kelly Green. HEX triplet: 5A, BA and 05. RGB value is (90,186,5). Sum of RGB (Red+Green+Blue) = 90+186+5=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABA05 is #A545FA. Grayscale: #898989. Windows color (decimal): -10831355 or 375386. OLE color: 375386.
HSL color Cylindrical-coordinate representation of color #5ABA05: hue angle of 91.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5ABA05 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 5 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.27 |
| HSL | 91.82º | 0.95% | 0.37% | - |
| HSV(B) | 91.82º | 0.97% | 0.73% | - |
| XYZ | 21.8 | 37.3 | 6.19 | - |
| YUV | 136.66 | 53.7 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 5 | 0.52 | 0 | 0.97 | 0.27 | 91.82 | 0.95 | 0.37 |
| Hex | 5A | BA | 5 | 34 | 0 | 61 | 1B | 5C | 5F | 25 |
| Octal | 132 | 272 | 5 | 64 | 0 | 141 | 33 | 134 | 137 | 45 |
| Binary | 1011010 | 10111010 | 101 | 110100 | 0 | 1100001 | 11011 | 1011100 | 1011111 | 100101 |
Color Harmonies of #5ABA05
Complementary color
Monochromatic Colors of #5ABA05
Black with #5ABA05
Text Example
Text Example
White with #5ABA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA05; }
p { color: rgb(90,186,5); }
H1.HeaderClassName
{
color: #5ABA05;
}
.AnyTagClassName
{
color: #5ABA05;
}
</style>
background-color css
<style>
a { background-color: #5ABA05; }
a { background-color: rgb(90,186,5); }
div.DivClassName
{
background-color: #5ABA05;
}
.BgClassName
{
background-color: #5ABA05;
}
</style>
border-color css
<style>
span { border-color: #5ABA05; }
span { border-color: rgb(90,186,5); }
td.TdClassName
{
border-color: #5ABA05;
}
.TagClassName
{
border-color: #5ABA05;
}
</style>