Shades of Limeade #6BA03D
Tints of Limeade #6BA03D
RGB
CMYK
RGB Variations
Color information
#6BA03D (or 0x6BA03D) is known color: Limeade. HEX triplet: 6B, A0 and 3D. RGB value is (107,160,61). Sum of RGB (Red+Green+Blue) = 107+160+61=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA03D is #945FC2. Grayscale: #858585. Windows color (decimal): -9723843 or 4038763. OLE color: 4038763.
HSL color Cylindrical-coordinate representation of color #6BA03D: hue angle of 92.12º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BA03D is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 61 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.37 |
| HSL | 92.12º | 0.45% | 0.43% | - |
| HSV(B) | 92.12º | 0.62% | 0.63% | - |
| XYZ | 19.48 | 28.6 | 8.91 | - |
| YUV | 132.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 61 | 0.33 | 0 | 0.62 | 0.37 | 92.12 | 0.45 | 0.43 |
| Hex | 6B | A0 | 3D | 21 | 0 | 3E | 25 | 5C | 2D | 2B |
| Octal | 153 | 240 | 75 | 41 | 0 | 76 | 45 | 134 | 55 | 53 |
| Binary | 1101011 | 10100000 | 111101 | 100001 | 0 | 111110 | 100101 | 1011100 | 101101 | 101011 |
Color Harmonies of #6BA03D
Complementary color
Monochromatic Colors of #6BA03D
Black with #6BA03D
Text Example
Text Example
White with #6BA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA03D; }
p { color: rgb(107,160,61); }
H1.HeaderClassName
{
color: #6BA03D;
}
.AnyTagClassName
{
color: #6BA03D;
}
</style>
background-color css
<style>
a { background-color: #6BA03D; }
a { background-color: rgb(107,160,61); }
div.DivClassName
{
background-color: #6BA03D;
}
.BgClassName
{
background-color: #6BA03D;
}
</style>
border-color css
<style>
span { border-color: #6BA03D; }
span { border-color: rgb(107,160,61); }
td.TdClassName
{
border-color: #6BA03D;
}
.TagClassName
{
border-color: #6BA03D;
}
</style>