Shades of Limeade #6B9E32
Tints of Limeade #6B9E32
RGB
CMYK
RGB Variations
Color information
#6B9E32 (or 0x6B9E32) is known color: Limeade. HEX triplet: 6B, 9E and 32. RGB value is (107,158,50). Sum of RGB (Red+Green+Blue) = 107+158+50=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9E32 is #9461CD. Grayscale: #828282. Windows color (decimal): -9724366 or 3317355. OLE color: 3317355.
HSL color Cylindrical-coordinate representation of color #6B9E32: hue angle of 88.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B9E32 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 50 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.38 |
| HSL | 88.33º | 0.52% | 0.41% | - |
| HSV(B) | 88.33º | 0.68% | 0.62% | - |
| XYZ | 18.87 | 27.81 | 7.39 | - |
| YUV | 130.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 50 | 0.32 | 0 | 0.68 | 0.38 | 88.33 | 0.52 | 0.41 |
| Hex | 6B | 9E | 32 | 20 | 0 | 44 | 26 | 58 | 34 | 29 |
| Octal | 153 | 236 | 62 | 40 | 0 | 104 | 46 | 130 | 64 | 51 |
| Binary | 1101011 | 10011110 | 110010 | 100000 | 0 | 1000100 | 100110 | 1011000 | 110100 | 101001 |
Color Harmonies of #6B9E32
Complementary color
Monochromatic Colors of #6B9E32
Black with #6B9E32
Text Example
Text Example
White with #6B9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E32; }
p { color: rgb(107,158,50); }
H1.HeaderClassName
{
color: #6B9E32;
}
.AnyTagClassName
{
color: #6B9E32;
}
</style>
background-color css
<style>
a { background-color: #6B9E32; }
a { background-color: rgb(107,158,50); }
div.DivClassName
{
background-color: #6B9E32;
}
.BgClassName
{
background-color: #6B9E32;
}
</style>
border-color css
<style>
span { border-color: #6B9E32; }
span { border-color: rgb(107,158,50); }
td.TdClassName
{
border-color: #6B9E32;
}
.TagClassName
{
border-color: #6B9E32;
}
</style>