Shades of Limeade #6CA432
Tints of Limeade #6CA432
RGB
CMYK
RGB Variations
Color information
#6CA432 (or 0x6CA432) is known color: Limeade. HEX triplet: 6C, A4 and 32. RGB value is (108,164,50). Sum of RGB (Red+Green+Blue) = 108+164+50=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA432 is #935BCD. Grayscale: #868686. Windows color (decimal): -9657294 or 3318892. OLE color: 3318892.
HSL color Cylindrical-coordinate representation of color #6CA432: hue angle of 89.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CA432 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 50 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.36 |
| HSL | 89.47º | 0.53% | 0.42% | - |
| HSV(B) | 89.47º | 0.7% | 0.64% | - |
| XYZ | 20.04 | 29.97 | 7.75 | - |
| YUV | 134.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 50 | 0.34 | 0 | 0.70 | 0.36 | 89.47 | 0.53 | 0.42 |
| Hex | 6C | A4 | 32 | 22 | 0 | 46 | 24 | 59 | 35 | 2A |
| Octal | 154 | 244 | 62 | 42 | 0 | 106 | 44 | 131 | 65 | 52 |
| Binary | 1101100 | 10100100 | 110010 | 100010 | 0 | 1000110 | 100100 | 1011001 | 110101 | 101010 |
Color Harmonies of #6CA432
Complementary color
Monochromatic Colors of #6CA432
Black with #6CA432
Text Example
Text Example
White with #6CA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA432; }
p { color: rgb(108,164,50); }
H1.HeaderClassName
{
color: #6CA432;
}
.AnyTagClassName
{
color: #6CA432;
}
</style>
background-color css
<style>
a { background-color: #6CA432; }
a { background-color: rgb(108,164,50); }
div.DivClassName
{
background-color: #6CA432;
}
.BgClassName
{
background-color: #6CA432;
}
</style>
border-color css
<style>
span { border-color: #6CA432; }
span { border-color: rgb(108,164,50); }
td.TdClassName
{
border-color: #6CA432;
}
.TagClassName
{
border-color: #6CA432;
}
</style>