Shades of Kelly Green #5ABF01
Tints of Kelly Green #5ABF01
RGB
CMYK
RGB Variations
Color information
#5ABF01 (or 0x5ABF01) is known color: Kelly Green. HEX triplet: 5A, BF and 01. RGB value is (90,191,1). Sum of RGB (Red+Green+Blue) = 90+191+1=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABF01 is #A540FE. Grayscale: #8B8B8B. Windows color (decimal): -10830079 or 114522. OLE color: 114522.
HSL color Cylindrical-coordinate representation of color #5ABF01: hue angle of 91.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5ABF01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.25 |
| HSL | 91.89º | 0.99% | 0.38% | - |
| HSV(B) | 91.89º | 0.99% | 0.75% | - |
| XYZ | 22.85 | 39.44 | 6.44 | - |
| YUV | 139.14 | 50.04 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 1 | 0.53 | 0 | 0.99 | 0.25 | 91.89 | 0.99 | 0.38 |
| Hex | 5A | BF | 1 | 35 | 0 | 63 | 19 | 5C | 63 | 26 |
| Octal | 132 | 277 | 1 | 65 | 0 | 143 | 31 | 134 | 143 | 46 |
| Binary | 1011010 | 10111111 | 1 | 110101 | 0 | 1100011 | 11001 | 1011100 | 1100011 | 100110 |
Color Harmonies of #5ABF01
Complementary color
Monochromatic Colors of #5ABF01
Black with #5ABF01
Text Example
Text Example
White with #5ABF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF01; }
p { color: rgb(90,191,1); }
H1.HeaderClassName
{
color: #5ABF01;
}
.AnyTagClassName
{
color: #5ABF01;
}
</style>
background-color css
<style>
a { background-color: #5ABF01; }
a { background-color: rgb(90,191,1); }
div.DivClassName
{
background-color: #5ABF01;
}
.BgClassName
{
background-color: #5ABF01;
}
</style>
border-color css
<style>
span { border-color: #5ABF01; }
span { border-color: rgb(90,191,1); }
td.TdClassName
{
border-color: #5ABF01;
}
.TagClassName
{
border-color: #5ABF01;
}
</style>