Shades of Limeade #68A537
Tints of Limeade #68A537
RGB
CMYK
RGB Variations
Color information
#68A537 (or 0x68A537) is known color: Limeade. HEX triplet: 68, A5 and 37. RGB value is (104,165,55). Sum of RGB (Red+Green+Blue) = 104+165+55=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #68A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A537 is #975AC8. Grayscale: #868686. Windows color (decimal): -9919177 or 3646824. OLE color: 3646824.
HSL color Cylindrical-coordinate representation of color #68A537: hue angle of 93.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68A537 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 55 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.35 |
| HSL | 93.27º | 0.5% | 0.43% | - |
| HSV(B) | 93.27º | 0.67% | 0.65% | - |
| XYZ | 19.85 | 30.13 | 8.38 | - |
| YUV | 134.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 55 | 0.37 | 0 | 0.67 | 0.35 | 93.27 | 0.5 | 0.43 |
| Hex | 68 | A5 | 37 | 25 | 0 | 43 | 23 | 5D | 32 | 2B |
| Octal | 150 | 245 | 67 | 45 | 0 | 103 | 43 | 135 | 62 | 53 |
| Binary | 1101000 | 10100101 | 110111 | 100101 | 0 | 1000011 | 100011 | 1011101 | 110010 | 101011 |
Color Harmonies of #68A537
Complementary color
Monochromatic Colors of #68A537
Black with #68A537
Text Example
Text Example
White with #68A537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A537; }
p { color: rgb(104,165,55); }
H1.HeaderClassName
{
color: #68A537;
}
.AnyTagClassName
{
color: #68A537;
}
</style>
background-color css
<style>
a { background-color: #68A537; }
a { background-color: rgb(104,165,55); }
div.DivClassName
{
background-color: #68A537;
}
.BgClassName
{
background-color: #68A537;
}
</style>
border-color css
<style>
span { border-color: #68A537; }
span { border-color: rgb(104,165,55); }
td.TdClassName
{
border-color: #68A537;
}
.TagClassName
{
border-color: #68A537;
}
</style>