Shades of Kelly Green #5AC502
Tints of Kelly Green #5AC502
RGB
CMYK
RGB Variations
Color information
#5AC502 (or 0x5AC502) is known color: Kelly Green. HEX triplet: 5A, C5 and 02. RGB value is (90,197,2). Sum of RGB (Red+Green+Blue) = 90+197+2=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC502 is #A53AFD. Grayscale: #8F8F8F. Windows color (decimal): -10828542 or 181594. OLE color: 181594.
HSL color Cylindrical-coordinate representation of color #5AC502: hue angle of 92.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AC502 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.23 |
| HSL | 92.92º | 0.98% | 0.39% | - |
| HSV(B) | 92.92º | 0.99% | 0.77% | - |
| XYZ | 24.19 | 42.11 | 6.91 | - |
| YUV | 142.78 | 48.55 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 2 | 0.54 | 0 | 0.99 | 0.23 | 92.92 | 0.98 | 0.39 |
| Hex | 5A | C5 | 2 | 36 | 0 | 63 | 17 | 5D | 62 | 27 |
| Octal | 132 | 305 | 2 | 66 | 0 | 143 | 27 | 135 | 142 | 47 |
| Binary | 1011010 | 11000101 | 10 | 110110 | 0 | 1100011 | 10111 | 1011101 | 1100010 | 100111 |
Color Harmonies of #5AC502
Complementary color
Monochromatic Colors of #5AC502
Black with #5AC502
Text Example
Text Example
White with #5AC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC502; }
p { color: rgb(90,197,2); }
H1.HeaderClassName
{
color: #5AC502;
}
.AnyTagClassName
{
color: #5AC502;
}
</style>
background-color css
<style>
a { background-color: #5AC502; }
a { background-color: rgb(90,197,2); }
div.DivClassName
{
background-color: #5AC502;
}
.BgClassName
{
background-color: #5AC502;
}
</style>
border-color css
<style>
span { border-color: #5AC502; }
span { border-color: rgb(90,197,2); }
td.TdClassName
{
border-color: #5AC502;
}
.TagClassName
{
border-color: #5AC502;
}
</style>