Shades of Limeade #67A132
Tints of Limeade #67A132
RGB
CMYK
RGB Variations
Color information
#67A132 (or 0x67A132) is known color: Limeade. HEX triplet: 67, A1 and 32. RGB value is (103,161,50). Sum of RGB (Red+Green+Blue) = 103+161+50=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #67A132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A132 is #985ECD. Grayscale: #838383. Windows color (decimal): -9985742 or 3318119. OLE color: 3318119.
HSL color Cylindrical-coordinate representation of color #67A132: hue angle of 91.35º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67A132 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 50 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.37 |
| HSL | 91.35º | 0.53% | 0.41% | - |
| HSV(B) | 91.35º | 0.69% | 0.63% | - |
| XYZ | 18.91 | 28.6 | 7.54 | - |
| YUV | 131 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 50 | 0.36 | 0 | 0.69 | 0.37 | 91.35 | 0.53 | 0.41 |
| Hex | 67 | A1 | 32 | 24 | 0 | 45 | 25 | 5B | 35 | 29 |
| Octal | 147 | 241 | 62 | 44 | 0 | 105 | 45 | 133 | 65 | 51 |
| Binary | 1100111 | 10100001 | 110010 | 100100 | 0 | 1000101 | 100101 | 1011011 | 110101 | 101001 |
Color Harmonies of #67A132
Complementary color
Monochromatic Colors of #67A132
Black with #67A132
Text Example
Text Example
White with #67A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A132; }
p { color: rgb(103,161,50); }
H1.HeaderClassName
{
color: #67A132;
}
.AnyTagClassName
{
color: #67A132;
}
</style>
background-color css
<style>
a { background-color: #67A132; }
a { background-color: rgb(103,161,50); }
div.DivClassName
{
background-color: #67A132;
}
.BgClassName
{
background-color: #67A132;
}
</style>
border-color css
<style>
span { border-color: #67A132; }
span { border-color: rgb(103,161,50); }
td.TdClassName
{
border-color: #67A132;
}
.TagClassName
{
border-color: #67A132;
}
</style>