Shades of Limeade #65A11F
Tints of Limeade #65A11F
RGB
CMYK
RGB Variations
Color information
#65A11F (or 0x65A11F) is known color: Limeade. HEX triplet: 65, A1 and 1F. RGB value is (101,161,31). Sum of RGB (Red+Green+Blue) = 101+161+31=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #65A11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A11F is #9A5EE0. Grayscale: #808080. Windows color (decimal): -10116833 or 2072933. OLE color: 2072933.
HSL color Cylindrical-coordinate representation of color #65A11F: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65A11F is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 31 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.37 |
| HSL | 87.69º | 0.68% | 0.38% | - |
| HSV(B) | 87.69º | 0.81% | 0.63% | - |
| XYZ | 18.36 | 28.36 | 5.8 | - |
| YUV | 128.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 31 | 0.37 | 0 | 0.81 | 0.37 | 87.69 | 0.68 | 0.38 |
| Hex | 65 | A1 | 1F | 25 | 0 | 51 | 25 | 58 | 44 | 26 |
| Octal | 145 | 241 | 37 | 45 | 0 | 121 | 45 | 130 | 104 | 46 |
| Binary | 1100101 | 10100001 | 11111 | 100101 | 0 | 1010001 | 100101 | 1011000 | 1000100 | 100110 |
Color Harmonies of #65A11F
Complementary color
Monochromatic Colors of #65A11F
Black with #65A11F
Text Example
Text Example
White with #65A11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A11F; }
p { color: rgb(101,161,31); }
H1.HeaderClassName
{
color: #65A11F;
}
.AnyTagClassName
{
color: #65A11F;
}
</style>
background-color css
<style>
a { background-color: #65A11F; }
a { background-color: rgb(101,161,31); }
div.DivClassName
{
background-color: #65A11F;
}
.BgClassName
{
background-color: #65A11F;
}
</style>
border-color css
<style>
span { border-color: #65A11F; }
span { border-color: rgb(101,161,31); }
td.TdClassName
{
border-color: #65A11F;
}
.TagClassName
{
border-color: #65A11F;
}
</style>