Shades of Limeade #65A232
Tints of Limeade #65A232
RGB
CMYK
RGB Variations
Color information
#65A232 (or 0x65A232) is known color: Limeade. HEX triplet: 65, A2 and 32. RGB value is (101,162,50). Sum of RGB (Red+Green+Blue) = 101+162+50=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #65A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A232 is #9A5DCD. Grayscale: #838383. Windows color (decimal): -10116558 or 3318373. OLE color: 3318373.
HSL color Cylindrical-coordinate representation of color #65A232: hue angle of 92.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65A232 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 50 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.36 |
| HSL | 92.68º | 0.53% | 0.42% | - |
| HSV(B) | 92.68º | 0.69% | 0.64% | - |
| XYZ | 18.86 | 28.84 | 7.59 | - |
| YUV | 130.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 50 | 0.38 | 0 | 0.69 | 0.36 | 92.68 | 0.53 | 0.42 |
| Hex | 65 | A2 | 32 | 26 | 0 | 45 | 24 | 5D | 35 | 2A |
| Octal | 145 | 242 | 62 | 46 | 0 | 105 | 44 | 135 | 65 | 52 |
| Binary | 1100101 | 10100010 | 110010 | 100110 | 0 | 1000101 | 100100 | 1011101 | 110101 | 101010 |
Color Harmonies of #65A232
Complementary color
Monochromatic Colors of #65A232
Black with #65A232
Text Example
Text Example
White with #65A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A232; }
p { color: rgb(101,162,50); }
H1.HeaderClassName
{
color: #65A232;
}
.AnyTagClassName
{
color: #65A232;
}
</style>
background-color css
<style>
a { background-color: #65A232; }
a { background-color: rgb(101,162,50); }
div.DivClassName
{
background-color: #65A232;
}
.BgClassName
{
background-color: #65A232;
}
</style>
border-color css
<style>
span { border-color: #65A232; }
span { border-color: rgb(101,162,50); }
td.TdClassName
{
border-color: #65A232;
}
.TagClassName
{
border-color: #65A232;
}
</style>