Shades of Limeade #67A035
Tints of Limeade #67A035
RGB
CMYK
RGB Variations
Color information
#67A035 (or 0x67A035) is known color: Limeade. HEX triplet: 67, A0 and 35. RGB value is (103,160,53). Sum of RGB (Red+Green+Blue) = 103+160+53=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #67A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A035 is #985FCA. Grayscale: #838383. Windows color (decimal): -9985995 or 3514471. OLE color: 3514471.
HSL color Cylindrical-coordinate representation of color #67A035: hue angle of 91.96º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67A035 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 53 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.37 |
| HSL | 91.96º | 0.5% | 0.42% | - |
| HSV(B) | 91.96º | 0.67% | 0.63% | - |
| XYZ | 18.81 | 28.28 | 7.84 | - |
| YUV | 130.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 53 | 0.36 | 0 | 0.67 | 0.37 | 91.96 | 0.5 | 0.42 |
| Hex | 67 | A0 | 35 | 24 | 0 | 43 | 25 | 5C | 32 | 2A |
| Octal | 147 | 240 | 65 | 44 | 0 | 103 | 45 | 134 | 62 | 52 |
| Binary | 1100111 | 10100000 | 110101 | 100100 | 0 | 1000011 | 100101 | 1011100 | 110010 | 101010 |
Color Harmonies of #67A035
Complementary color
Monochromatic Colors of #67A035
Black with #67A035
Text Example
Text Example
White with #67A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A035; }
p { color: rgb(103,160,53); }
H1.HeaderClassName
{
color: #67A035;
}
.AnyTagClassName
{
color: #67A035;
}
</style>
background-color css
<style>
a { background-color: #67A035; }
a { background-color: rgb(103,160,53); }
div.DivClassName
{
background-color: #67A035;
}
.BgClassName
{
background-color: #67A035;
}
</style>
border-color css
<style>
span { border-color: #67A035; }
span { border-color: rgb(103,160,53); }
td.TdClassName
{
border-color: #67A035;
}
.TagClassName
{
border-color: #67A035;
}
</style>