Shades of Kelly Green #5ABF0D
Tints of Kelly Green #5ABF0D
RGB
CMYK
RGB Variations
Color information
#5ABF0D (or 0x5ABF0D) is known color: Kelly Green. HEX triplet: 5A, BF and 0D. RGB value is (90,191,13). Sum of RGB (Red+Green+Blue) = 90+191+13=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABF0D is #A540F2. Grayscale: #8D8D8D. Windows color (decimal): -10830067 or 900954. OLE color: 900954.
HSL color Cylindrical-coordinate representation of color #5ABF0D: hue angle of 94.04º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5ABF0D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 13 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.25 |
| HSL | 94.04º | 0.87% | 0.4% | - |
| HSV(B) | 94.04º | 0.93% | 0.75% | - |
| XYZ | 22.92 | 39.46 | 6.79 | - |
| YUV | 140.51 | 56.04 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 13 | 0.53 | 0 | 0.93 | 0.25 | 94.04 | 0.87 | 0.4 |
| Hex | 5A | BF | D | 35 | 0 | 5D | 19 | 5E | 57 | 28 |
| Octal | 132 | 277 | 15 | 65 | 0 | 135 | 31 | 136 | 127 | 50 |
| Binary | 1011010 | 10111111 | 1101 | 110101 | 0 | 1011101 | 11001 | 1011110 | 1010111 | 101000 |
Color Harmonies of #5ABF0D
Complementary color
Monochromatic Colors of #5ABF0D
Black with #5ABF0D
Text Example
Text Example
White with #5ABF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF0D; }
p { color: rgb(90,191,13); }
H1.HeaderClassName
{
color: #5ABF0D;
}
.AnyTagClassName
{
color: #5ABF0D;
}
</style>
background-color css
<style>
a { background-color: #5ABF0D; }
a { background-color: rgb(90,191,13); }
div.DivClassName
{
background-color: #5ABF0D;
}
.BgClassName
{
background-color: #5ABF0D;
}
</style>
border-color css
<style>
span { border-color: #5ABF0D; }
span { border-color: rgb(90,191,13); }
td.TdClassName
{
border-color: #5ABF0D;
}
.TagClassName
{
border-color: #5ABF0D;
}
</style>