Shades of Kelly Green #5ABF08
Tints of Kelly Green #5ABF08
RGB
CMYK
RGB Variations
Color information
#5ABF08 (or 0x5ABF08) is known color: Kelly Green. HEX triplet: 5A, BF and 08. RGB value is (90,191,8). Sum of RGB (Red+Green+Blue) = 90+191+8=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABF08 is #A540F7. Grayscale: #8C8C8C. Windows color (decimal): -10830072 or 573274. OLE color: 573274.
HSL color Cylindrical-coordinate representation of color #5ABF08: hue angle of 93.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5ABF08 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.25 |
| HSL | 93.11º | 0.92% | 0.39% | - |
| HSV(B) | 93.11º | 0.96% | 0.75% | - |
| XYZ | 22.89 | 39.45 | 6.64 | - |
| YUV | 139.94 | 53.54 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 8 | 0.53 | 0 | 0.96 | 0.25 | 93.11 | 0.92 | 0.39 |
| Hex | 5A | BF | 8 | 35 | 0 | 60 | 19 | 5D | 5C | 27 |
| Octal | 132 | 277 | 10 | 65 | 0 | 140 | 31 | 135 | 134 | 47 |
| Binary | 1011010 | 10111111 | 1000 | 110101 | 0 | 1100000 | 11001 | 1011101 | 1011100 | 100111 |
Color Harmonies of #5ABF08
Complementary color
Monochromatic Colors of #5ABF08
Black with #5ABF08
Text Example
Text Example
White with #5ABF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF08; }
p { color: rgb(90,191,8); }
H1.HeaderClassName
{
color: #5ABF08;
}
.AnyTagClassName
{
color: #5ABF08;
}
</style>
background-color css
<style>
a { background-color: #5ABF08; }
a { background-color: rgb(90,191,8); }
div.DivClassName
{
background-color: #5ABF08;
}
.BgClassName
{
background-color: #5ABF08;
}
</style>
border-color css
<style>
span { border-color: #5ABF08; }
span { border-color: rgb(90,191,8); }
td.TdClassName
{
border-color: #5ABF08;
}
.TagClassName
{
border-color: #5ABF08;
}
</style>