Shades of Limeade #68A438
Tints of Limeade #68A438
RGB
CMYK
RGB Variations
Color information
#68A438 (or 0x68A438) is known color: Limeade. HEX triplet: 68, A4 and 38. RGB value is (104,164,56). Sum of RGB (Red+Green+Blue) = 104+164+56=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #68A438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A438 is #975BC7. Grayscale: #868686. Windows color (decimal): -9919432 or 3712104. OLE color: 3712104.
HSL color Cylindrical-coordinate representation of color #68A438: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68A438 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 56 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.36 |
| HSL | 93.33º | 0.49% | 0.43% | - |
| HSV(B) | 93.33º | 0.66% | 0.64% | - |
| XYZ | 19.7 | 29.78 | 8.45 | - |
| YUV | 133.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 56 | 0.37 | 0 | 0.66 | 0.36 | 93.33 | 0.49 | 0.43 |
| Hex | 68 | A4 | 38 | 25 | 0 | 42 | 24 | 5D | 31 | 2B |
| Octal | 150 | 244 | 70 | 45 | 0 | 102 | 44 | 135 | 61 | 53 |
| Binary | 1101000 | 10100100 | 111000 | 100101 | 0 | 1000010 | 100100 | 1011101 | 110001 | 101011 |
Color Harmonies of #68A438
Complementary color
Monochromatic Colors of #68A438
Black with #68A438
Text Example
Text Example
White with #68A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A438; }
p { color: rgb(104,164,56); }
H1.HeaderClassName
{
color: #68A438;
}
.AnyTagClassName
{
color: #68A438;
}
</style>
background-color css
<style>
a { background-color: #68A438; }
a { background-color: rgb(104,164,56); }
div.DivClassName
{
background-color: #68A438;
}
.BgClassName
{
background-color: #68A438;
}
</style>
border-color css
<style>
span { border-color: #68A438; }
span { border-color: rgb(104,164,56); }
td.TdClassName
{
border-color: #68A438;
}
.TagClassName
{
border-color: #68A438;
}
</style>