Shades of Kelly Green #5ABD1F
Tints of Kelly Green #5ABD1F
RGB
CMYK
RGB Variations
Color information
#5ABD1F (or 0x5ABD1F) is known color: Kelly Green. HEX triplet: 5A, BD and 1F. RGB value is (90,189,31). Sum of RGB (Red+Green+Blue) = 90+189+31=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD1F is #A542E0. Grayscale: #8D8D8D. Windows color (decimal): -10830561 or 2080090. OLE color: 2080090.
HSL color Cylindrical-coordinate representation of color #5ABD1F: hue angle of 97.59º 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 #5ABD1F is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 31 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.26 |
| HSL | 97.59º | 0.72% | 0.43% | - |
| HSV(B) | 97.59º | 0.84% | 0.74% | - |
| XYZ | 22.66 | 38.67 | 7.57 | - |
| YUV | 141.39 | 65.7 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 31 | 0.52 | 0 | 0.84 | 0.26 | 97.59 | 0.72 | 0.43 |
| Hex | 5A | BD | 1F | 34 | 0 | 54 | 1A | 62 | 48 | 2B |
| Octal | 132 | 275 | 37 | 64 | 0 | 124 | 32 | 142 | 110 | 53 |
| Binary | 1011010 | 10111101 | 11111 | 110100 | 0 | 1010100 | 11010 | 1100010 | 1001000 | 101011 |
Color Harmonies of #5ABD1F
Complementary color
Monochromatic Colors of #5ABD1F
Black with #5ABD1F
Text Example
Text Example
White with #5ABD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD1F; }
p { color: rgb(90,189,31); }
H1.HeaderClassName
{
color: #5ABD1F;
}
.AnyTagClassName
{
color: #5ABD1F;
}
</style>
background-color css
<style>
a { background-color: #5ABD1F; }
a { background-color: rgb(90,189,31); }
div.DivClassName
{
background-color: #5ABD1F;
}
.BgClassName
{
background-color: #5ABD1F;
}
</style>
border-color css
<style>
span { border-color: #5ABD1F; }
span { border-color: rgb(90,189,31); }
td.TdClassName
{
border-color: #5ABD1F;
}
.TagClassName
{
border-color: #5ABD1F;
}
</style>