Shades of Limeade #6CA430
Tints of Limeade #6CA430
RGB
CMYK
RGB Variations
Color information
#6CA430 (or 0x6CA430) is known color: Limeade. HEX triplet: 6C, A4 and 30. RGB value is (108,164,48). Sum of RGB (Red+Green+Blue) = 108+164+48=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA430 is #935BCF. Grayscale: #868686. Windows color (decimal): -9657296 or 3187820. OLE color: 3187820.
HSL color Cylindrical-coordinate representation of color #6CA430: hue angle of 88.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CA430 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 48 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.36 |
| HSL | 88.97º | 0.55% | 0.42% | - |
| HSV(B) | 88.97º | 0.71% | 0.64% | - |
| XYZ | 19.99 | 29.95 | 7.52 | - |
| YUV | 134.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 48 | 0.34 | 0 | 0.71 | 0.36 | 88.97 | 0.55 | 0.42 |
| Hex | 6C | A4 | 30 | 22 | 0 | 47 | 24 | 59 | 37 | 2A |
| Octal | 154 | 244 | 60 | 42 | 0 | 107 | 44 | 131 | 67 | 52 |
| Binary | 1101100 | 10100100 | 110000 | 100010 | 0 | 1000111 | 100100 | 1011001 | 110111 | 101010 |
Color Harmonies of #6CA430
Complementary color
Monochromatic Colors of #6CA430
Black with #6CA430
Text Example
Text Example
White with #6CA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA430; }
p { color: rgb(108,164,48); }
H1.HeaderClassName
{
color: #6CA430;
}
.AnyTagClassName
{
color: #6CA430;
}
</style>
background-color css
<style>
a { background-color: #6CA430; }
a { background-color: rgb(108,164,48); }
div.DivClassName
{
background-color: #6CA430;
}
.BgClassName
{
background-color: #6CA430;
}
</style>
border-color css
<style>
span { border-color: #6CA430; }
span { border-color: rgb(108,164,48); }
td.TdClassName
{
border-color: #6CA430;
}
.TagClassName
{
border-color: #6CA430;
}
</style>