Shades of Limeade #65A323
Tints of Limeade #65A323
RGB
CMYK
RGB Variations
Color information
#65A323 (or 0x65A323) is known color: Limeade. HEX triplet: 65, A3 and 23. RGB value is (101,163,35). Sum of RGB (Red+Green+Blue) = 101+163+35=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #65A323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A323 is #9A5CDC. Grayscale: #828282. Windows color (decimal): -10116317 or 2335589. OLE color: 2335589.
HSL color Cylindrical-coordinate representation of color #65A323: hue angle of 89.06º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65A323 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 35 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.36 |
| HSL | 89.06º | 0.65% | 0.39% | - |
| HSV(B) | 89.06º | 0.79% | 0.64% | - |
| XYZ | 18.77 | 29.08 | 6.21 | - |
| YUV | 129.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 35 | 0.38 | 0 | 0.79 | 0.36 | 89.06 | 0.65 | 0.39 |
| Hex | 65 | A3 | 23 | 26 | 0 | 4F | 24 | 59 | 41 | 27 |
| Octal | 145 | 243 | 43 | 46 | 0 | 117 | 44 | 131 | 101 | 47 |
| Binary | 1100101 | 10100011 | 100011 | 100110 | 0 | 1001111 | 100100 | 1011001 | 1000001 | 100111 |
Color Harmonies of #65A323
Complementary color
Monochromatic Colors of #65A323
Black with #65A323
Text Example
Text Example
White with #65A323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A323; }
p { color: rgb(101,163,35); }
H1.HeaderClassName
{
color: #65A323;
}
.AnyTagClassName
{
color: #65A323;
}
</style>
background-color css
<style>
a { background-color: #65A323; }
a { background-color: rgb(101,163,35); }
div.DivClassName
{
background-color: #65A323;
}
.BgClassName
{
background-color: #65A323;
}
</style>
border-color css
<style>
span { border-color: #65A323; }
span { border-color: rgb(101,163,35); }
td.TdClassName
{
border-color: #65A323;
}
.TagClassName
{
border-color: #65A323;
}
</style>