Shades of Kelly Green #5AB42B
Tints of Kelly Green #5AB42B
RGB
CMYK
RGB Variations
Color information
#5AB42B (or 0x5AB42B) is known color: Kelly Green. HEX triplet: 5A, B4 and 2B. RGB value is (90,180,43). Sum of RGB (Red+Green+Blue) = 90+180+43=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB42B is #A54BD4. Grayscale: #898989. Windows color (decimal): -10832853 or 2864218. OLE color: 2864218.
HSL color Cylindrical-coordinate representation of color #5AB42B: hue angle of 99.42º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AB42B is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 43 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.29 |
| HSL | 99.42º | 0.61% | 0.44% | - |
| HSV(B) | 99.42º | 0.76% | 0.71% | - |
| XYZ | 20.97 | 34.99 | 7.93 | - |
| YUV | 137.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 43 | 0.50 | 0 | 0.76 | 0.29 | 99.42 | 0.61 | 0.44 |
| Hex | 5A | B4 | 2B | 32 | 0 | 4C | 1D | 63 | 3D | 2C |
| Octal | 132 | 264 | 53 | 62 | 0 | 114 | 35 | 143 | 75 | 54 |
| Binary | 1011010 | 10110100 | 101011 | 110010 | 0 | 1001100 | 11101 | 1100011 | 111101 | 101100 |
Color Harmonies of #5AB42B
Complementary color
Monochromatic Colors of #5AB42B
Black with #5AB42B
Text Example
Text Example
White with #5AB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB42B; }
p { color: rgb(90,180,43); }
H1.HeaderClassName
{
color: #5AB42B;
}
.AnyTagClassName
{
color: #5AB42B;
}
</style>
background-color css
<style>
a { background-color: #5AB42B; }
a { background-color: rgb(90,180,43); }
div.DivClassName
{
background-color: #5AB42B;
}
.BgClassName
{
background-color: #5AB42B;
}
</style>
border-color css
<style>
span { border-color: #5AB42B; }
span { border-color: rgb(90,180,43); }
td.TdClassName
{
border-color: #5AB42B;
}
.TagClassName
{
border-color: #5AB42B;
}
</style>