Shades of Limeade #6CA233
Tints of Limeade #6CA233
RGB
CMYK
RGB Variations
Color information
#6CA233 (or 0x6CA233) is known color: Limeade. HEX triplet: 6C, A2 and 33. RGB value is (108,162,51). Sum of RGB (Red+Green+Blue) = 108+162+51=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA233 is #935DCC. Grayscale: #858585. Windows color (decimal): -9657805 or 3383916. OLE color: 3383916.
HSL color Cylindrical-coordinate representation of color #6CA233: hue angle of 89.19º degrees, saturation: 0.52, 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 #6CA233 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 51 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.36 |
| HSL | 89.19º | 0.52% | 0.42% | - |
| HSV(B) | 89.19º | 0.69% | 0.64% | - |
| XYZ | 19.7 | 29.27 | 7.74 | - |
| YUV | 133.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 51 | 0.33 | 0 | 0.69 | 0.36 | 89.19 | 0.52 | 0.42 |
| Hex | 6C | A2 | 33 | 21 | 0 | 45 | 24 | 59 | 34 | 2A |
| Octal | 154 | 242 | 63 | 41 | 0 | 105 | 44 | 131 | 64 | 52 |
| Binary | 1101100 | 10100010 | 110011 | 100001 | 0 | 1000101 | 100100 | 1011001 | 110100 | 101010 |
Color Harmonies of #6CA233
Complementary color
Monochromatic Colors of #6CA233
Black with #6CA233
Text Example
Text Example
White with #6CA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA233; }
p { color: rgb(108,162,51); }
H1.HeaderClassName
{
color: #6CA233;
}
.AnyTagClassName
{
color: #6CA233;
}
</style>
background-color css
<style>
a { background-color: #6CA233; }
a { background-color: rgb(108,162,51); }
div.DivClassName
{
background-color: #6CA233;
}
.BgClassName
{
background-color: #6CA233;
}
</style>
border-color css
<style>
span { border-color: #6CA233; }
span { border-color: rgb(108,162,51); }
td.TdClassName
{
border-color: #6CA233;
}
.TagClassName
{
border-color: #6CA233;
}
</style>