Shades of Limeade #6CA13C
Tints of Limeade #6CA13C
RGB
CMYK
RGB Variations
Color information
#6CA13C (or 0x6CA13C) is known color: Limeade. HEX triplet: 6C, A1 and 3C. RGB value is (108,161,60). Sum of RGB (Red+Green+Blue) = 108+161+60=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA13C is #935EC3. Grayscale: #858585. Windows color (decimal): -9658052 or 3973484. OLE color: 3973484.
HSL color Cylindrical-coordinate representation of color #6CA13C: hue angle of 91.49º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CA13C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 60 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.37 |
| HSL | 91.49º | 0.46% | 0.43% | - |
| HSV(B) | 91.49º | 0.63% | 0.63% | - |
| XYZ | 19.74 | 29 | 8.83 | - |
| YUV | 133.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 60 | 0.33 | 0 | 0.63 | 0.37 | 91.49 | 0.46 | 0.43 |
| Hex | 6C | A1 | 3C | 21 | 0 | 3F | 25 | 5B | 2E | 2B |
| Octal | 154 | 241 | 74 | 41 | 0 | 77 | 45 | 133 | 56 | 53 |
| Binary | 1101100 | 10100001 | 111100 | 100001 | 0 | 111111 | 100101 | 1011011 | 101110 | 101011 |
Color Harmonies of #6CA13C
Complementary color
Monochromatic Colors of #6CA13C
Black with #6CA13C
Text Example
Text Example
White with #6CA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA13C; }
p { color: rgb(108,161,60); }
H1.HeaderClassName
{
color: #6CA13C;
}
.AnyTagClassName
{
color: #6CA13C;
}
</style>
background-color css
<style>
a { background-color: #6CA13C; }
a { background-color: rgb(108,161,60); }
div.DivClassName
{
background-color: #6CA13C;
}
.BgClassName
{
background-color: #6CA13C;
}
</style>
border-color css
<style>
span { border-color: #6CA13C; }
span { border-color: rgb(108,161,60); }
td.TdClassName
{
border-color: #6CA13C;
}
.TagClassName
{
border-color: #6CA13C;
}
</style>