Shades of Limeade #68A538
Tints of Limeade #68A538
RGB
CMYK
RGB Variations
Color information
#68A538 (or 0x68A538) is known color: Limeade. HEX triplet: 68, A5 and 38. RGB value is (104,165,56). Sum of RGB (Red+Green+Blue) = 104+165+56=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #68A538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A538 is #975AC7. Grayscale: #868686. Windows color (decimal): -9919176 or 3712360. OLE color: 3712360.
HSL color Cylindrical-coordinate representation of color #68A538: hue angle of 93.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68A538 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 56 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.35 |
| HSL | 93.58º | 0.49% | 0.43% | - |
| HSV(B) | 93.58º | 0.66% | 0.65% | - |
| XYZ | 19.88 | 30.14 | 8.51 | - |
| YUV | 134.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 56 | 0.37 | 0 | 0.66 | 0.35 | 93.58 | 0.49 | 0.43 |
| Hex | 68 | A5 | 38 | 25 | 0 | 42 | 23 | 5E | 31 | 2B |
| Octal | 150 | 245 | 70 | 45 | 0 | 102 | 43 | 136 | 61 | 53 |
| Binary | 1101000 | 10100101 | 111000 | 100101 | 0 | 1000010 | 100011 | 1011110 | 110001 | 101011 |
Color Harmonies of #68A538
Complementary color
Monochromatic Colors of #68A538
Black with #68A538
Text Example
Text Example
White with #68A538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A538; }
p { color: rgb(104,165,56); }
H1.HeaderClassName
{
color: #68A538;
}
.AnyTagClassName
{
color: #68A538;
}
</style>
background-color css
<style>
a { background-color: #68A538; }
a { background-color: rgb(104,165,56); }
div.DivClassName
{
background-color: #68A538;
}
.BgClassName
{
background-color: #68A538;
}
</style>
border-color css
<style>
span { border-color: #68A538; }
span { border-color: rgb(104,165,56); }
td.TdClassName
{
border-color: #68A538;
}
.TagClassName
{
border-color: #68A538;
}
</style>