Shades of Kelly Green #5ABC1F
Tints of Kelly Green #5ABC1F
RGB
CMYK
RGB Variations
Color information
#5ABC1F (or 0x5ABC1F) is known color: Kelly Green. HEX triplet: 5A, BC and 1F. RGB value is (90,188,31). Sum of RGB (Red+Green+Blue) = 90+188+31=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC1F is #A543E0. Grayscale: #8D8D8D. Windows color (decimal): -10830817 or 2079834. OLE color: 2079834.
HSL color Cylindrical-coordinate representation of color #5ABC1F: hue angle of 97.45º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5ABC1F is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 31 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.26 |
| HSL | 97.45º | 0.72% | 0.43% | - |
| HSV(B) | 97.45º | 0.84% | 0.74% | - |
| XYZ | 22.45 | 38.24 | 7.49 | - |
| YUV | 140.8 | 66.03 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 31 | 0.52 | 0 | 0.84 | 0.26 | 97.45 | 0.72 | 0.43 |
| Hex | 5A | BC | 1F | 34 | 0 | 54 | 1A | 61 | 48 | 2B |
| Octal | 132 | 274 | 37 | 64 | 0 | 124 | 32 | 141 | 110 | 53 |
| Binary | 1011010 | 10111100 | 11111 | 110100 | 0 | 1010100 | 11010 | 1100001 | 1001000 | 101011 |
Color Harmonies of #5ABC1F
Complementary color
Monochromatic Colors of #5ABC1F
Black with #5ABC1F
Text Example
Text Example
White with #5ABC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC1F; }
p { color: rgb(90,188,31); }
H1.HeaderClassName
{
color: #5ABC1F;
}
.AnyTagClassName
{
color: #5ABC1F;
}
</style>
background-color css
<style>
a { background-color: #5ABC1F; }
a { background-color: rgb(90,188,31); }
div.DivClassName
{
background-color: #5ABC1F;
}
.BgClassName
{
background-color: #5ABC1F;
}
</style>
border-color css
<style>
span { border-color: #5ABC1F; }
span { border-color: rgb(90,188,31); }
td.TdClassName
{
border-color: #5ABC1F;
}
.TagClassName
{
border-color: #5ABC1F;
}
</style>