Shades of Kelly Green #5ABF07
Tints of Kelly Green #5ABF07
RGB
CMYK
RGB Variations
Color information
#5ABF07 (or 0x5ABF07) is known color: Kelly Green. HEX triplet: 5A, BF and 07. RGB value is (90,191,7). Sum of RGB (Red+Green+Blue) = 90+191+7=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABF07 is #A540F8. Grayscale: #8C8C8C. Windows color (decimal): -10830073 or 507738. OLE color: 507738.
HSL color Cylindrical-coordinate representation of color #5ABF07: hue angle of 92.93º degrees, saturation: 0.93, 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 #5ABF07 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 7 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.25 |
| HSL | 92.93º | 0.93% | 0.39% | - |
| HSV(B) | 92.93º | 0.96% | 0.75% | - |
| XYZ | 22.89 | 39.45 | 6.61 | - |
| YUV | 139.83 | 53.04 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 7 | 0.53 | 0 | 0.96 | 0.25 | 92.93 | 0.93 | 0.39 |
| Hex | 5A | BF | 7 | 35 | 0 | 60 | 19 | 5D | 5D | 27 |
| Octal | 132 | 277 | 7 | 65 | 0 | 140 | 31 | 135 | 135 | 47 |
| Binary | 1011010 | 10111111 | 111 | 110101 | 0 | 1100000 | 11001 | 1011101 | 1011101 | 100111 |
Color Harmonies of #5ABF07
Complementary color
Monochromatic Colors of #5ABF07
Black with #5ABF07
Text Example
Text Example
White with #5ABF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF07; }
p { color: rgb(90,191,7); }
H1.HeaderClassName
{
color: #5ABF07;
}
.AnyTagClassName
{
color: #5ABF07;
}
</style>
background-color css
<style>
a { background-color: #5ABF07; }
a { background-color: rgb(90,191,7); }
div.DivClassName
{
background-color: #5ABF07;
}
.BgClassName
{
background-color: #5ABF07;
}
</style>
border-color css
<style>
span { border-color: #5ABF07; }
span { border-color: rgb(90,191,7); }
td.TdClassName
{
border-color: #5ABF07;
}
.TagClassName
{
border-color: #5ABF07;
}
</style>