Shades of Limeade #6BA03B
Tints of Limeade #6BA03B
RGB
CMYK
RGB Variations
Color information
#6BA03B (or 0x6BA03B) is known color: Limeade. HEX triplet: 6B, A0 and 3B. RGB value is (107,160,59). Sum of RGB (Red+Green+Blue) = 107+160+59=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA03B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA03B is #945FC4. Grayscale: #848484. Windows color (decimal): -9723845 or 3907691. OLE color: 3907691.
HSL color Cylindrical-coordinate representation of color #6BA03B: hue angle of 91.49º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BA03B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 59 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.37 |
| HSL | 91.49º | 0.46% | 0.43% | - |
| HSV(B) | 91.49º | 0.63% | 0.63% | - |
| XYZ | 19.42 | 28.58 | 8.63 | - |
| YUV | 132.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 59 | 0.33 | 0 | 0.63 | 0.37 | 91.49 | 0.46 | 0.43 |
| Hex | 6B | A0 | 3B | 21 | 0 | 3F | 25 | 5B | 2E | 2B |
| Octal | 153 | 240 | 73 | 41 | 0 | 77 | 45 | 133 | 56 | 53 |
| Binary | 1101011 | 10100000 | 111011 | 100001 | 0 | 111111 | 100101 | 1011011 | 101110 | 101011 |
Color Harmonies of #6BA03B
Complementary color
Monochromatic Colors of #6BA03B
Black with #6BA03B
Text Example
Text Example
White with #6BA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA03B; }
p { color: rgb(107,160,59); }
H1.HeaderClassName
{
color: #6BA03B;
}
.AnyTagClassName
{
color: #6BA03B;
}
</style>
background-color css
<style>
a { background-color: #6BA03B; }
a { background-color: rgb(107,160,59); }
div.DivClassName
{
background-color: #6BA03B;
}
.BgClassName
{
background-color: #6BA03B;
}
</style>
border-color css
<style>
span { border-color: #6BA03B; }
span { border-color: rgb(107,160,59); }
td.TdClassName
{
border-color: #6BA03B;
}
.TagClassName
{
border-color: #6BA03B;
}
</style>