Shades of Limeade #6CA136
Tints of Limeade #6CA136
RGB
CMYK
RGB Variations
Color information
#6CA136 (or 0x6CA136) is known color: Limeade. HEX triplet: 6C, A1 and 36. RGB value is (108,161,54). Sum of RGB (Red+Green+Blue) = 108+161+54=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA136 is #935EC9. Grayscale: #858585. Windows color (decimal): -9658058 or 3580268. OLE color: 3580268.
HSL color Cylindrical-coordinate representation of color #6CA136: hue angle of 89.72º 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 #6CA136 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 54 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.37 |
| HSL | 89.72º | 0.5% | 0.42% | - |
| HSV(B) | 89.72º | 0.66% | 0.63% | - |
| XYZ | 19.6 | 28.94 | 8.04 | - |
| YUV | 132.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 54 | 0.33 | 0 | 0.66 | 0.37 | 89.72 | 0.5 | 0.42 |
| Hex | 6C | A1 | 36 | 21 | 0 | 42 | 25 | 5A | 32 | 2A |
| Octal | 154 | 241 | 66 | 41 | 0 | 102 | 45 | 132 | 62 | 52 |
| Binary | 1101100 | 10100001 | 110110 | 100001 | 0 | 1000010 | 100101 | 1011010 | 110010 | 101010 |
Color Harmonies of #6CA136
Complementary color
Monochromatic Colors of #6CA136
Black with #6CA136
Text Example
Text Example
White with #6CA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA136; }
p { color: rgb(108,161,54); }
H1.HeaderClassName
{
color: #6CA136;
}
.AnyTagClassName
{
color: #6CA136;
}
</style>
background-color css
<style>
a { background-color: #6CA136; }
a { background-color: rgb(108,161,54); }
div.DivClassName
{
background-color: #6CA136;
}
.BgClassName
{
background-color: #6CA136;
}
</style>
border-color css
<style>
span { border-color: #6CA136; }
span { border-color: rgb(108,161,54); }
td.TdClassName
{
border-color: #6CA136;
}
.TagClassName
{
border-color: #6CA136;
}
</style>