Shades of Kelly Green #5AC50B
Tints of Kelly Green #5AC50B
RGB
CMYK
RGB Variations
Color information
#5AC50B (or 0x5AC50B) is known color: Kelly Green. HEX triplet: 5A, C5 and 0B. RGB value is (90,197,11). Sum of RGB (Red+Green+Blue) = 90+197+11=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC50B is #A53AF4. Grayscale: #909090. Windows color (decimal): -10828533 or 771418. OLE color: 771418.
HSL color Cylindrical-coordinate representation of color #5AC50B: hue angle of 94.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AC50B is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 11 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.23 |
| HSL | 94.52º | 0.89% | 0.41% | - |
| HSV(B) | 94.52º | 0.94% | 0.77% | - |
| XYZ | 24.24 | 42.13 | 7.17 | - |
| YUV | 143.8 | 53.05 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 11 | 0.54 | 0 | 0.94 | 0.23 | 94.52 | 0.89 | 0.41 |
| Hex | 5A | C5 | B | 36 | 0 | 5E | 17 | 5F | 59 | 29 |
| Octal | 132 | 305 | 13 | 66 | 0 | 136 | 27 | 137 | 131 | 51 |
| Binary | 1011010 | 11000101 | 1011 | 110110 | 0 | 1011110 | 10111 | 1011111 | 1011001 | 101001 |
Color Harmonies of #5AC50B
Complementary color
Monochromatic Colors of #5AC50B
Black with #5AC50B
Text Example
Text Example
White with #5AC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC50B; }
p { color: rgb(90,197,11); }
H1.HeaderClassName
{
color: #5AC50B;
}
.AnyTagClassName
{
color: #5AC50B;
}
</style>
background-color css
<style>
a { background-color: #5AC50B; }
a { background-color: rgb(90,197,11); }
div.DivClassName
{
background-color: #5AC50B;
}
.BgClassName
{
background-color: #5AC50B;
}
</style>
border-color css
<style>
span { border-color: #5AC50B; }
span { border-color: rgb(90,197,11); }
td.TdClassName
{
border-color: #5AC50B;
}
.TagClassName
{
border-color: #5AC50B;
}
</style>