Shades of Kelly Green #5ABC2B
Tints of Kelly Green #5ABC2B
RGB
CMYK
RGB Variations
Color information
#5ABC2B (or 0x5ABC2B) is known color: Kelly Green. HEX triplet: 5A, BC and 2B. RGB value is (90,188,43). Sum of RGB (Red+Green+Blue) = 90+188+43=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC2B is #A543D4. Grayscale: #8E8E8E. Windows color (decimal): -10830805 or 2866266. OLE color: 2866266.
HSL color Cylindrical-coordinate representation of color #5ABC2B: hue angle of 100.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5ABC2B is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 43 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.26 |
| HSL | 100.55º | 0.63% | 0.45% | - |
| HSV(B) | 100.55º | 0.77% | 0.74% | - |
| XYZ | 22.64 | 38.31 | 8.49 | - |
| YUV | 142.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 43 | 0.52 | 0 | 0.77 | 0.26 | 100.55 | 0.63 | 0.45 |
| Hex | 5A | BC | 2B | 34 | 0 | 4D | 1A | 65 | 3F | 2D |
| Octal | 132 | 274 | 53 | 64 | 0 | 115 | 32 | 145 | 77 | 55 |
| Binary | 1011010 | 10111100 | 101011 | 110100 | 0 | 1001101 | 11010 | 1100101 | 111111 | 101101 |
Color Harmonies of #5ABC2B
Complementary color
Monochromatic Colors of #5ABC2B
Black with #5ABC2B
Text Example
Text Example
White with #5ABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC2B; }
p { color: rgb(90,188,43); }
H1.HeaderClassName
{
color: #5ABC2B;
}
.AnyTagClassName
{
color: #5ABC2B;
}
</style>
background-color css
<style>
a { background-color: #5ABC2B; }
a { background-color: rgb(90,188,43); }
div.DivClassName
{
background-color: #5ABC2B;
}
.BgClassName
{
background-color: #5ABC2B;
}
</style>
border-color css
<style>
span { border-color: #5ABC2B; }
span { border-color: rgb(90,188,43); }
td.TdClassName
{
border-color: #5ABC2B;
}
.TagClassName
{
border-color: #5ABC2B;
}
</style>