Shades of Limeade #6D9C2F
Tints of Limeade #6D9C2F
RGB
CMYK
RGB Variations
Color information
#6D9C2F (or 0x6D9C2F) is known color: Limeade. HEX triplet: 6D, 9C and 2F. RGB value is (109,156,47). Sum of RGB (Red+Green+Blue) = 109+156+47=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9C2F is #9263D0. Grayscale: #818181. Windows color (decimal): -9593809 or 3120237. OLE color: 3120237.
HSL color Cylindrical-coordinate representation of color #6D9C2F: hue angle of 85.87º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D9C2F is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 47 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.39 |
| HSL | 85.87º | 0.54% | 0.4% | - |
| HSV(B) | 85.87º | 0.7% | 0.61% | - |
| XYZ | 18.71 | 27.23 | 6.96 | - |
| YUV | 129.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 47 | 0.30 | 0 | 0.70 | 0.39 | 85.87 | 0.54 | 0.4 |
| Hex | 6D | 9C | 2F | 1E | 0 | 46 | 27 | 56 | 36 | 28 |
| Octal | 155 | 234 | 57 | 36 | 0 | 106 | 47 | 126 | 66 | 50 |
| Binary | 1101101 | 10011100 | 101111 | 11110 | 0 | 1000110 | 100111 | 1010110 | 110110 | 101000 |
Color Harmonies of #6D9C2F
Complementary color
Monochromatic Colors of #6D9C2F
Black with #6D9C2F
Text Example
Text Example
White with #6D9C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C2F; }
p { color: rgb(109,156,47); }
H1.HeaderClassName
{
color: #6D9C2F;
}
.AnyTagClassName
{
color: #6D9C2F;
}
</style>
background-color css
<style>
a { background-color: #6D9C2F; }
a { background-color: rgb(109,156,47); }
div.DivClassName
{
background-color: #6D9C2F;
}
.BgClassName
{
background-color: #6D9C2F;
}
</style>
border-color css
<style>
span { border-color: #6D9C2F; }
span { border-color: rgb(109,156,47); }
td.TdClassName
{
border-color: #6D9C2F;
}
.TagClassName
{
border-color: #6D9C2F;
}
</style>