Shades of Limeade #6D9D2B
Tints of Limeade #6D9D2B
RGB
CMYK
RGB Variations
Color information
#6D9D2B (or 0x6D9D2B) is known color: Limeade. HEX triplet: 6D, 9D and 2B. RGB value is (109,157,43). Sum of RGB (Red+Green+Blue) = 109+157+43=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9D2B is #9262D4. Grayscale: #828282. Windows color (decimal): -9593557 or 2858349. OLE color: 2858349.
HSL color Cylindrical-coordinate representation of color #6D9D2B: hue angle of 85.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D9D2B is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 157 | 43 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.38 |
| HSL | 85.26º | 0.57% | 0.39% | - |
| HSV(B) | 85.26º | 0.73% | 0.62% | - |
| XYZ | 18.8 | 27.54 | 6.61 | - |
| YUV | 129.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 43 | 0.31 | 0 | 0.73 | 0.38 | 85.26 | 0.57 | 0.39 |
| Hex | 6D | 9D | 2B | 1F | 0 | 49 | 26 | 55 | 39 | 27 |
| Octal | 155 | 235 | 53 | 37 | 0 | 111 | 46 | 125 | 71 | 47 |
| Binary | 1101101 | 10011101 | 101011 | 11111 | 0 | 1001001 | 100110 | 1010101 | 111001 | 100111 |
Color Harmonies of #6D9D2B
Complementary color
Monochromatic Colors of #6D9D2B
Black with #6D9D2B
Text Example
Text Example
White with #6D9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9D2B; }
p { color: rgb(109,157,43); }
H1.HeaderClassName
{
color: #6D9D2B;
}
.AnyTagClassName
{
color: #6D9D2B;
}
</style>
background-color css
<style>
a { background-color: #6D9D2B; }
a { background-color: rgb(109,157,43); }
div.DivClassName
{
background-color: #6D9D2B;
}
.BgClassName
{
background-color: #6D9D2B;
}
</style>
border-color css
<style>
span { border-color: #6D9D2B; }
span { border-color: rgb(109,157,43); }
td.TdClassName
{
border-color: #6D9D2B;
}
.TagClassName
{
border-color: #6D9D2B;
}
</style>