Shades of Limeade #5FA435
Tints of Limeade #5FA435
RGB
CMYK
RGB Variations
Color information
#5FA435 (or 0x5FA435) is known color: Limeade. HEX triplet: 5F, A4 and 35. RGB value is (95,164,53). Sum of RGB (Red+Green+Blue) = 95+164+53=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA435 is #A05BCA. Grayscale: #838383. Windows color (decimal): -10509259 or 3515487. OLE color: 3515487.
HSL color Cylindrical-coordinate representation of color #5FA435: hue angle of 97.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FA435 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 53 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.36 |
| HSL | 97.3º | 0.51% | 0.43% | - |
| HSV(B) | 97.3º | 0.68% | 0.64% | - |
| XYZ | 18.64 | 29.24 | 8.03 | - |
| YUV | 130.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 53 | 0.42 | 0 | 0.68 | 0.36 | 97.3 | 0.51 | 0.43 |
| Hex | 5F | A4 | 35 | 2A | 0 | 44 | 24 | 61 | 33 | 2B |
| Octal | 137 | 244 | 65 | 52 | 0 | 104 | 44 | 141 | 63 | 53 |
| Binary | 1011111 | 10100100 | 110101 | 101010 | 0 | 1000100 | 100100 | 1100001 | 110011 | 101011 |
Color Harmonies of #5FA435
Complementary color
Monochromatic Colors of #5FA435
Black with #5FA435
Text Example
Text Example
White with #5FA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA435; }
p { color: rgb(95,164,53); }
H1.HeaderClassName
{
color: #5FA435;
}
.AnyTagClassName
{
color: #5FA435;
}
</style>
background-color css
<style>
a { background-color: #5FA435; }
a { background-color: rgb(95,164,53); }
div.DivClassName
{
background-color: #5FA435;
}
.BgClassName
{
background-color: #5FA435;
}
</style>
border-color css
<style>
span { border-color: #5FA435; }
span { border-color: rgb(95,164,53); }
td.TdClassName
{
border-color: #5FA435;
}
.TagClassName
{
border-color: #5FA435;
}
</style>