Shades of Limeade #65A131
Tints of Limeade #65A131
RGB
CMYK
RGB Variations
Color information
#65A131 (or 0x65A131) is known color: Limeade. HEX triplet: 65, A1 and 31. RGB value is (101,161,49). Sum of RGB (Red+Green+Blue) = 101+161+49=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #65A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A131 is #9A5ECE. Grayscale: #828282. Windows color (decimal): -10116815 or 3252581. OLE color: 3252581.
HSL color Cylindrical-coordinate representation of color #65A131: hue angle of 92.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65A131 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 49 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.37 |
| HSL | 92.14º | 0.53% | 0.41% | - |
| HSV(B) | 92.14º | 0.7% | 0.63% | - |
| XYZ | 18.67 | 28.48 | 7.42 | - |
| YUV | 130.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 49 | 0.37 | 0 | 0.70 | 0.37 | 92.14 | 0.53 | 0.41 |
| Hex | 65 | A1 | 31 | 25 | 0 | 46 | 25 | 5C | 35 | 29 |
| Octal | 145 | 241 | 61 | 45 | 0 | 106 | 45 | 134 | 65 | 51 |
| Binary | 1100101 | 10100001 | 110001 | 100101 | 0 | 1000110 | 100101 | 1011100 | 110101 | 101001 |
Color Harmonies of #65A131
Complementary color
Monochromatic Colors of #65A131
Black with #65A131
Text Example
Text Example
White with #65A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A131; }
p { color: rgb(101,161,49); }
H1.HeaderClassName
{
color: #65A131;
}
.AnyTagClassName
{
color: #65A131;
}
</style>
background-color css
<style>
a { background-color: #65A131; }
a { background-color: rgb(101,161,49); }
div.DivClassName
{
background-color: #65A131;
}
.BgClassName
{
background-color: #65A131;
}
</style>
border-color css
<style>
span { border-color: #65A131; }
span { border-color: rgb(101,161,49); }
td.TdClassName
{
border-color: #65A131;
}
.TagClassName
{
border-color: #65A131;
}
</style>