Shades of Limeade #65A324
Tints of Limeade #65A324
RGB
CMYK
RGB Variations
Color information
#65A324 (or 0x65A324) is known color: Limeade. HEX triplet: 65, A3 and 24. RGB value is (101,163,36). Sum of RGB (Red+Green+Blue) = 101+163+36=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #65A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A324 is #9A5CDB. Grayscale: #828282. Windows color (decimal): -10116316 or 2401125. OLE color: 2401125.
HSL color Cylindrical-coordinate representation of color #65A324: hue angle of 89.29º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65A324 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 36 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.36 |
| HSL | 89.29º | 0.64% | 0.39% | - |
| HSV(B) | 89.29º | 0.78% | 0.64% | - |
| XYZ | 18.78 | 29.09 | 6.29 | - |
| YUV | 129.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 36 | 0.38 | 0 | 0.78 | 0.36 | 89.29 | 0.64 | 0.39 |
| Hex | 65 | A3 | 24 | 26 | 0 | 4E | 24 | 59 | 40 | 27 |
| Octal | 145 | 243 | 44 | 46 | 0 | 116 | 44 | 131 | 100 | 47 |
| Binary | 1100101 | 10100011 | 100100 | 100110 | 0 | 1001110 | 100100 | 1011001 | 1000000 | 100111 |
Color Harmonies of #65A324
Complementary color
Monochromatic Colors of #65A324
Black with #65A324
Text Example
Text Example
White with #65A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A324; }
p { color: rgb(101,163,36); }
H1.HeaderClassName
{
color: #65A324;
}
.AnyTagClassName
{
color: #65A324;
}
</style>
background-color css
<style>
a { background-color: #65A324; }
a { background-color: rgb(101,163,36); }
div.DivClassName
{
background-color: #65A324;
}
.BgClassName
{
background-color: #65A324;
}
</style>
border-color css
<style>
span { border-color: #65A324; }
span { border-color: rgb(101,163,36); }
td.TdClassName
{
border-color: #65A324;
}
.TagClassName
{
border-color: #65A324;
}
</style>