Shades of Limeade #5FA421
Tints of Limeade #5FA421
RGB
CMYK
RGB Variations
Color information
#5FA421 (or 0x5FA421) is known color: Limeade. HEX triplet: 5F, A4 and 21. RGB value is (95,164,33). Sum of RGB (Red+Green+Blue) = 95+164+33=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA421 is #A05BDE. Grayscale: #808080. Windows color (decimal): -10509279 or 2204767. OLE color: 2204767.
HSL color Cylindrical-coordinate representation of color #5FA421: hue angle of 91.6º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FA421 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 33 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.36 |
| HSL | 91.6º | 0.66% | 0.39% | - |
| HSV(B) | 91.6º | 0.8% | 0.64% | - |
| XYZ | 18.27 | 29.09 | 6.09 | - |
| YUV | 128.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 33 | 0.42 | 0 | 0.80 | 0.36 | 91.6 | 0.66 | 0.39 |
| Hex | 5F | A4 | 21 | 2A | 0 | 50 | 24 | 5C | 42 | 27 |
| Octal | 137 | 244 | 41 | 52 | 0 | 120 | 44 | 134 | 102 | 47 |
| Binary | 1011111 | 10100100 | 100001 | 101010 | 0 | 1010000 | 100100 | 1011100 | 1000010 | 100111 |
Color Harmonies of #5FA421
Complementary color
Monochromatic Colors of #5FA421
Black with #5FA421
Text Example
Text Example
White with #5FA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA421; }
p { color: rgb(95,164,33); }
H1.HeaderClassName
{
color: #5FA421;
}
.AnyTagClassName
{
color: #5FA421;
}
</style>
background-color css
<style>
a { background-color: #5FA421; }
a { background-color: rgb(95,164,33); }
div.DivClassName
{
background-color: #5FA421;
}
.BgClassName
{
background-color: #5FA421;
}
</style>
border-color css
<style>
span { border-color: #5FA421; }
span { border-color: rgb(95,164,33); }
td.TdClassName
{
border-color: #5FA421;
}
.TagClassName
{
border-color: #5FA421;
}
</style>