Shades of Limeade #68982B
Tints of Limeade #68982B
RGB
CMYK
RGB Variations
Color information
#68982B (or 0x68982B) is known color: Limeade. HEX triplet: 68, 98 and 2B. RGB value is (104,152,43). Sum of RGB (Red+Green+Blue) = 104+152+43=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #68982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68982B is #9767D4. Grayscale: #7D7D7D. Windows color (decimal): -9922517 or 2857064. OLE color: 2857064.
HSL color Cylindrical-coordinate representation of color #68982B: hue angle of 86.42º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68982B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 43 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.40 |
| HSL | 86.42º | 0.56% | 0.38% | - |
| HSV(B) | 86.42º | 0.72% | 0.6% | - |
| XYZ | 17.37 | 25.57 | 6.31 | - |
| YUV | 125.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 43 | 0.32 | 0 | 0.72 | 0.40 | 86.42 | 0.56 | 0.38 |
| Hex | 68 | 98 | 2B | 20 | 0 | 48 | 28 | 56 | 38 | 26 |
| Octal | 150 | 230 | 53 | 40 | 0 | 110 | 50 | 126 | 70 | 46 |
| Binary | 1101000 | 10011000 | 101011 | 100000 | 0 | 1001000 | 101000 | 1010110 | 111000 | 100110 |
Color Harmonies of #68982B
Complementary color
Monochromatic Colors of #68982B
Black with #68982B
Text Example
Text Example
White with #68982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68982B; }
p { color: rgb(104,152,43); }
H1.HeaderClassName
{
color: #68982B;
}
.AnyTagClassName
{
color: #68982B;
}
</style>
background-color css
<style>
a { background-color: #68982B; }
a { background-color: rgb(104,152,43); }
div.DivClassName
{
background-color: #68982B;
}
.BgClassName
{
background-color: #68982B;
}
</style>
border-color css
<style>
span { border-color: #68982B; }
span { border-color: rgb(104,152,43); }
td.TdClassName
{
border-color: #68982B;
}
.TagClassName
{
border-color: #68982B;
}
</style>