Shades of Limeade #65A136
Tints of Limeade #65A136
RGB
CMYK
RGB Variations
Color information
#65A136 (or 0x65A136) is known color: Limeade. HEX triplet: 65, A1 and 36. RGB value is (101,161,54). Sum of RGB (Red+Green+Blue) = 101+161+54=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #65A136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A136 is #9A5EC9. Grayscale: #838383. Windows color (decimal): -10116810 or 3580261. OLE color: 3580261.
HSL color Cylindrical-coordinate representation of color #65A136: hue angle of 93.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65A136 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 54 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.37 |
| HSL | 93.64º | 0.5% | 0.42% | - |
| HSV(B) | 93.64º | 0.66% | 0.63% | - |
| XYZ | 18.78 | 28.52 | 8.01 | - |
| YUV | 130.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 54 | 0.37 | 0 | 0.66 | 0.37 | 93.64 | 0.5 | 0.42 |
| Hex | 65 | A1 | 36 | 25 | 0 | 42 | 25 | 5E | 32 | 2A |
| Octal | 145 | 241 | 66 | 45 | 0 | 102 | 45 | 136 | 62 | 52 |
| Binary | 1100101 | 10100001 | 110110 | 100101 | 0 | 1000010 | 100101 | 1011110 | 110010 | 101010 |
Color Harmonies of #65A136
Complementary color
Monochromatic Colors of #65A136
Black with #65A136
Text Example
Text Example
White with #65A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A136; }
p { color: rgb(101,161,54); }
H1.HeaderClassName
{
color: #65A136;
}
.AnyTagClassName
{
color: #65A136;
}
</style>
background-color css
<style>
a { background-color: #65A136; }
a { background-color: rgb(101,161,54); }
div.DivClassName
{
background-color: #65A136;
}
.BgClassName
{
background-color: #65A136;
}
</style>
border-color css
<style>
span { border-color: #65A136; }
span { border-color: rgb(101,161,54); }
td.TdClassName
{
border-color: #65A136;
}
.TagClassName
{
border-color: #65A136;
}
</style>