Shades of Kelly Green #5ABF10
Tints of Kelly Green #5ABF10
RGB
CMYK
RGB Variations
Color information
#5ABF10 (or 0x5ABF10) is known color: Kelly Green. HEX triplet: 5A, BF and 10. RGB value is (90,191,16). Sum of RGB (Red+Green+Blue) = 90+191+16=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABF10 is #A540EF. Grayscale: #8D8D8D. Windows color (decimal): -10830064 or 1097562. OLE color: 1097562.
HSL color Cylindrical-coordinate representation of color #5ABF10: hue angle of 94.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5ABF10 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 16 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.25 |
| HSL | 94.63º | 0.85% | 0.41% | - |
| HSV(B) | 94.63º | 0.92% | 0.75% | - |
| XYZ | 22.94 | 39.47 | 6.9 | - |
| YUV | 140.85 | 57.54 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 16 | 0.53 | 0 | 0.92 | 0.25 | 94.63 | 0.85 | 0.41 |
| Hex | 5A | BF | 10 | 35 | 0 | 5C | 19 | 5F | 55 | 29 |
| Octal | 132 | 277 | 20 | 65 | 0 | 134 | 31 | 137 | 125 | 51 |
| Binary | 1011010 | 10111111 | 10000 | 110101 | 0 | 1011100 | 11001 | 1011111 | 1010101 | 101001 |
Color Harmonies of #5ABF10
Complementary color
Monochromatic Colors of #5ABF10
Black with #5ABF10
Text Example
Text Example
White with #5ABF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF10; }
p { color: rgb(90,191,16); }
H1.HeaderClassName
{
color: #5ABF10;
}
.AnyTagClassName
{
color: #5ABF10;
}
</style>
background-color css
<style>
a { background-color: #5ABF10; }
a { background-color: rgb(90,191,16); }
div.DivClassName
{
background-color: #5ABF10;
}
.BgClassName
{
background-color: #5ABF10;
}
</style>
border-color css
<style>
span { border-color: #5ABF10; }
span { border-color: rgb(90,191,16); }
td.TdClassName
{
border-color: #5ABF10;
}
.TagClassName
{
border-color: #5ABF10;
}
</style>