Shades of Kelly Green #5ABA25
Tints of Kelly Green #5ABA25
RGB
CMYK
RGB Variations
Color information
#5ABA25 (or 0x5ABA25) is known color: Kelly Green. HEX triplet: 5A, BA and 25. RGB value is (90,186,37). Sum of RGB (Red+Green+Blue) = 90+186+37=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA25 is #A545DA. Grayscale: #8C8C8C. Windows color (decimal): -10831323 or 2472538. OLE color: 2472538.
HSL color Cylindrical-coordinate representation of color #5ABA25: hue angle of 98.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5ABA25 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 37 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.27 |
| HSL | 98.66º | 0.67% | 0.44% | - |
| HSV(B) | 98.66º | 0.8% | 0.73% | - |
| XYZ | 22.11 | 37.43 | 7.81 | - |
| YUV | 140.31 | 69.7 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 37 | 0.52 | 0 | 0.80 | 0.27 | 98.66 | 0.67 | 0.44 |
| Hex | 5A | BA | 25 | 34 | 0 | 50 | 1B | 63 | 43 | 2C |
| Octal | 132 | 272 | 45 | 64 | 0 | 120 | 33 | 143 | 103 | 54 |
| Binary | 1011010 | 10111010 | 100101 | 110100 | 0 | 1010000 | 11011 | 1100011 | 1000011 | 101100 |
Color Harmonies of #5ABA25
Complementary color
Monochromatic Colors of #5ABA25
Black with #5ABA25
Text Example
Text Example
White with #5ABA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA25; }
p { color: rgb(90,186,37); }
H1.HeaderClassName
{
color: #5ABA25;
}
.AnyTagClassName
{
color: #5ABA25;
}
</style>
background-color css
<style>
a { background-color: #5ABA25; }
a { background-color: rgb(90,186,37); }
div.DivClassName
{
background-color: #5ABA25;
}
.BgClassName
{
background-color: #5ABA25;
}
</style>
border-color css
<style>
span { border-color: #5ABA25; }
span { border-color: rgb(90,186,37); }
td.TdClassName
{
border-color: #5ABA25;
}
.TagClassName
{
border-color: #5ABA25;
}
</style>