Shades of Limeade #68A533
Tints of Limeade #68A533
RGB
CMYK
RGB Variations
Color information
#68A533 (or 0x68A533) is known color: Limeade. HEX triplet: 68, A5 and 33. RGB value is (104,165,51). Sum of RGB (Red+Green+Blue) = 104+165+51=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #68A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A533 is #975ACC. Grayscale: #868686. Windows color (decimal): -9919181 or 3384680. OLE color: 3384680.
HSL color Cylindrical-coordinate representation of color #68A533: hue angle of 92.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68A533 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 51 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.35 |
| HSL | 92.11º | 0.53% | 0.42% | - |
| HSV(B) | 92.11º | 0.69% | 0.65% | - |
| XYZ | 19.76 | 30.09 | 7.9 | - |
| YUV | 133.77 | 81.29 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 51 | 0.37 | 0 | 0.69 | 0.35 | 92.11 | 0.53 | 0.42 |
| Hex | 68 | A5 | 33 | 25 | 0 | 45 | 23 | 5C | 35 | 2A |
| Octal | 150 | 245 | 63 | 45 | 0 | 105 | 43 | 134 | 65 | 52 |
| Binary | 1101000 | 10100101 | 110011 | 100101 | 0 | 1000101 | 100011 | 1011100 | 110101 | 101010 |
Color Harmonies of #68A533
Complementary color
Monochromatic Colors of #68A533
Black with #68A533
Text Example
Text Example
White with #68A533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A533; }
p { color: rgb(104,165,51); }
H1.HeaderClassName
{
color: #68A533;
}
.AnyTagClassName
{
color: #68A533;
}
</style>
background-color css
<style>
a { background-color: #68A533; }
a { background-color: rgb(104,165,51); }
div.DivClassName
{
background-color: #68A533;
}
.BgClassName
{
background-color: #68A533;
}
</style>
border-color css
<style>
span { border-color: #68A533; }
span { border-color: rgb(104,165,51); }
td.TdClassName
{
border-color: #68A533;
}
.TagClassName
{
border-color: #68A533;
}
</style>