Shades of Kelly Green #5ABC02
Tints of Kelly Green #5ABC02
RGB
CMYK
RGB Variations
Color information
#5ABC02 (or 0x5ABC02) is known color: Kelly Green. HEX triplet: 5A, BC and 02. RGB value is (90,188,2). Sum of RGB (Red+Green+Blue) = 90+188+2=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABC02 is #A543FD. Grayscale: #8A8A8A. Windows color (decimal): -10830846 or 179290. OLE color: 179290.
HSL color Cylindrical-coordinate representation of color #5ABC02: hue angle of 91.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5ABC02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.26 |
| HSL | 91.61º | 0.98% | 0.37% | - |
| HSV(B) | 91.61º | 0.99% | 0.74% | - |
| XYZ | 22.21 | 38.14 | 6.25 | - |
| YUV | 137.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 2 | 0.52 | 0 | 0.99 | 0.26 | 91.61 | 0.98 | 0.37 |
| Hex | 5A | BC | 2 | 34 | 0 | 63 | 1A | 5C | 62 | 25 |
| Octal | 132 | 274 | 2 | 64 | 0 | 143 | 32 | 134 | 142 | 45 |
| Binary | 1011010 | 10111100 | 10 | 110100 | 0 | 1100011 | 11010 | 1011100 | 1100010 | 100101 |
Color Harmonies of #5ABC02
Complementary color
Monochromatic Colors of #5ABC02
Black with #5ABC02
Text Example
Text Example
White with #5ABC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC02; }
p { color: rgb(90,188,2); }
H1.HeaderClassName
{
color: #5ABC02;
}
.AnyTagClassName
{
color: #5ABC02;
}
</style>
background-color css
<style>
a { background-color: #5ABC02; }
a { background-color: rgb(90,188,2); }
div.DivClassName
{
background-color: #5ABC02;
}
.BgClassName
{
background-color: #5ABC02;
}
</style>
border-color css
<style>
span { border-color: #5ABC02; }
span { border-color: rgb(90,188,2); }
td.TdClassName
{
border-color: #5ABC02;
}
.TagClassName
{
border-color: #5ABC02;
}
</style>