Shades of Limeade #67993B
Tints of Limeade #67993B
RGB
CMYK
RGB Variations
Color information
#67993B (or 0x67993B) is known color: Limeade. HEX triplet: 67, 99 and 3B. RGB value is (103,153,59). Sum of RGB (Red+Green+Blue) = 103+153+59=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #67993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67993B is #9866C4. Grayscale: #7F7F7F. Windows color (decimal): -9987781 or 3905895. OLE color: 3905895.
HSL color Cylindrical-coordinate representation of color #67993B: hue angle of 91.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67993B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 59 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.4 |
| HSL | 91.91º | 0.44% | 0.42% | - |
| HSV(B) | 91.91º | 0.61% | 0.6% | - |
| XYZ | 17.77 | 25.98 | 8.22 | - |
| YUV | 127.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 59 | 0.33 | 0 | 0.61 | 0.4 | 91.91 | 0.44 | 0.42 |
| Hex | 67 | 99 | 3B | 21 | 0 | 3D | 28 | 5C | 2C | 2A |
| Octal | 147 | 231 | 73 | 41 | 0 | 75 | 50 | 134 | 54 | 52 |
| Binary | 1100111 | 10011001 | 111011 | 100001 | 0 | 111101 | 101000 | 1011100 | 101100 | 101010 |
Color Harmonies of #67993B
Complementary color
Monochromatic Colors of #67993B
Black with #67993B
Text Example
Text Example
White with #67993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67993B; }
p { color: rgb(103,153,59); }
H1.HeaderClassName
{
color: #67993B;
}
.AnyTagClassName
{
color: #67993B;
}
</style>
background-color css
<style>
a { background-color: #67993B; }
a { background-color: rgb(103,153,59); }
div.DivClassName
{
background-color: #67993B;
}
.BgClassName
{
background-color: #67993B;
}
</style>
border-color css
<style>
span { border-color: #67993B; }
span { border-color: rgb(103,153,59); }
td.TdClassName
{
border-color: #67993B;
}
.TagClassName
{
border-color: #67993B;
}
</style>