Shades of Limeade #5FA521
Tints of Limeade #5FA521
RGB
CMYK
RGB Variations
Color information
#5FA521 (or 0x5FA521) is known color: Limeade. HEX triplet: 5F, A5 and 21. RGB value is (95,165,33). Sum of RGB (Red+Green+Blue) = 95+165+33=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA521 is #A05ADE. Grayscale: #818181. Windows color (decimal): -10509023 or 2205023. OLE color: 2205023.
HSL color Cylindrical-coordinate representation of color #5FA521: hue angle of 91.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FA521 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 33 | - |
| CMYK | 0.42 | 0 | 0.8 | 0.35 |
| HSL | 91.82º | 0.67% | 0.39% | - |
| HSV(B) | 91.82º | 0.8% | 0.65% | - |
| XYZ | 18.45 | 29.45 | 6.15 | - |
| YUV | 129.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 33 | 0.42 | 0 | 0.8 | 0.35 | 91.82 | 0.67 | 0.39 |
| Hex | 5F | A5 | 21 | 2A | 0 | 50 | 23 | 5C | 43 | 27 |
| Octal | 137 | 245 | 41 | 52 | 0 | 120 | 43 | 134 | 103 | 47 |
| Binary | 1011111 | 10100101 | 100001 | 101010 | 0 | 1010000 | 100011 | 1011100 | 1000011 | 100111 |
Color Harmonies of #5FA521
Complementary color
Monochromatic Colors of #5FA521
Black with #5FA521
Text Example
Text Example
White with #5FA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA521; }
p { color: rgb(95,165,33); }
H1.HeaderClassName
{
color: #5FA521;
}
.AnyTagClassName
{
color: #5FA521;
}
</style>
background-color css
<style>
a { background-color: #5FA521; }
a { background-color: rgb(95,165,33); }
div.DivClassName
{
background-color: #5FA521;
}
.BgClassName
{
background-color: #5FA521;
}
</style>
border-color css
<style>
span { border-color: #5FA521; }
span { border-color: rgb(95,165,33); }
td.TdClassName
{
border-color: #5FA521;
}
.TagClassName
{
border-color: #5FA521;
}
</style>