Shades of Kelly Green #5AB004
Tints of Kelly Green #5AB004
RGB
CMYK
RGB Variations
Color information
#5AB004 (or 0x5AB004) is known color: Kelly Green. HEX triplet: 5A, B0 and 04. RGB value is (90,176,4). Sum of RGB (Red+Green+Blue) = 90+176+4=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AB004 is #A54FFB. Grayscale: #838383. Windows color (decimal): -10833916 or 307290. OLE color: 307290.
HSL color Cylindrical-coordinate representation of color #5AB004: hue angle of 90º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AB004 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 4 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.31 |
| HSL | 90º | 0.96% | 0.35% | - |
| HSV(B) | 90º | 0.98% | 0.69% | - |
| XYZ | 19.76 | 33.23 | 5.49 | - |
| YUV | 130.68 | 56.51 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 4 | 0.49 | 0 | 0.98 | 0.31 | 90 | 0.96 | 0.35 |
| Hex | 5A | B0 | 4 | 31 | 0 | 62 | 1F | 5A | 60 | 23 |
| Octal | 132 | 260 | 4 | 61 | 0 | 142 | 37 | 132 | 140 | 43 |
| Binary | 1011010 | 10110000 | 100 | 110001 | 0 | 1100010 | 11111 | 1011010 | 1100000 | 100011 |
Color Harmonies of #5AB004
Complementary color
Monochromatic Colors of #5AB004
Black with #5AB004
Text Example
Text Example
White with #5AB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB004; }
p { color: rgb(90,176,4); }
H1.HeaderClassName
{
color: #5AB004;
}
.AnyTagClassName
{
color: #5AB004;
}
</style>
background-color css
<style>
a { background-color: #5AB004; }
a { background-color: rgb(90,176,4); }
div.DivClassName
{
background-color: #5AB004;
}
.BgClassName
{
background-color: #5AB004;
}
</style>
border-color css
<style>
span { border-color: #5AB004; }
span { border-color: rgb(90,176,4); }
td.TdClassName
{
border-color: #5AB004;
}
.TagClassName
{
border-color: #5AB004;
}
</style>