Shades of Kelly Green #5AC504
Tints of Kelly Green #5AC504
RGB
CMYK
RGB Variations
Color information
#5AC504 (or 0x5AC504) is known color: Kelly Green. HEX triplet: 5A, C5 and 04. RGB value is (90,197,4). Sum of RGB (Red+Green+Blue) = 90+197+4=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC504 is #A53AFB. Grayscale: #8F8F8F. Windows color (decimal): -10828540 or 312666. OLE color: 312666.
HSL color Cylindrical-coordinate representation of color #5AC504: hue angle of 93.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AC504 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 4 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.23 |
| HSL | 93.26º | 0.96% | 0.39% | - |
| HSV(B) | 93.26º | 0.98% | 0.77% | - |
| XYZ | 24.2 | 42.11 | 6.97 | - |
| YUV | 143.01 | 49.55 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 4 | 0.54 | 0 | 0.98 | 0.23 | 93.26 | 0.96 | 0.39 |
| Hex | 5A | C5 | 4 | 36 | 0 | 62 | 17 | 5D | 60 | 27 |
| Octal | 132 | 305 | 4 | 66 | 0 | 142 | 27 | 135 | 140 | 47 |
| Binary | 1011010 | 11000101 | 100 | 110110 | 0 | 1100010 | 10111 | 1011101 | 1100000 | 100111 |
Color Harmonies of #5AC504
Complementary color
Monochromatic Colors of #5AC504
Black with #5AC504
Text Example
Text Example
White with #5AC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC504; }
p { color: rgb(90,197,4); }
H1.HeaderClassName
{
color: #5AC504;
}
.AnyTagClassName
{
color: #5AC504;
}
</style>
background-color css
<style>
a { background-color: #5AC504; }
a { background-color: rgb(90,197,4); }
div.DivClassName
{
background-color: #5AC504;
}
.BgClassName
{
background-color: #5AC504;
}
</style>
border-color css
<style>
span { border-color: #5AC504; }
span { border-color: rgb(90,197,4); }
td.TdClassName
{
border-color: #5AC504;
}
.TagClassName
{
border-color: #5AC504;
}
</style>