Shades of Limeade #67983B
Tints of Limeade #67983B
RGB
CMYK
RGB Variations
Color information
#67983B (or 0x67983B) is known color: Limeade. HEX triplet: 67, 98 and 3B. RGB value is (103,152,59). Sum of RGB (Red+Green+Blue) = 103+152+59=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #67983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67983B is #9867C4. Grayscale: #7F7F7F. Windows color (decimal): -9988037 or 3905639. OLE color: 3905639.
HSL color Cylindrical-coordinate representation of color #67983B: hue angle of 91.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67983B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 59 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.40 |
| HSL | 91.61º | 0.44% | 0.41% | - |
| HSV(B) | 91.61º | 0.61% | 0.6% | - |
| XYZ | 17.61 | 25.66 | 8.16 | - |
| YUV | 126.75 | 89.77 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 59 | 0.32 | 0 | 0.61 | 0.40 | 91.61 | 0.44 | 0.41 |
| Hex | 67 | 98 | 3B | 20 | 0 | 3D | 28 | 5C | 2C | 29 |
| Octal | 147 | 230 | 73 | 40 | 0 | 75 | 50 | 134 | 54 | 51 |
| Binary | 1100111 | 10011000 | 111011 | 100000 | 0 | 111101 | 101000 | 1011100 | 101100 | 101001 |
Color Harmonies of #67983B
Complementary color
Monochromatic Colors of #67983B
Black with #67983B
Text Example
Text Example
White with #67983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67983B; }
p { color: rgb(103,152,59); }
H1.HeaderClassName
{
color: #67983B;
}
.AnyTagClassName
{
color: #67983B;
}
</style>
background-color css
<style>
a { background-color: #67983B; }
a { background-color: rgb(103,152,59); }
div.DivClassName
{
background-color: #67983B;
}
.BgClassName
{
background-color: #67983B;
}
</style>
border-color css
<style>
span { border-color: #67983B; }
span { border-color: rgb(103,152,59); }
td.TdClassName
{
border-color: #67983B;
}
.TagClassName
{
border-color: #67983B;
}
</style>