Shades of Limeade #6BA138
Tints of Limeade #6BA138
RGB
CMYK
RGB Variations
Color information
#6BA138 (or 0x6BA138) is known color: Limeade. HEX triplet: 6B, A1 and 38. RGB value is (107,161,56). Sum of RGB (Red+Green+Blue) = 107+161+56=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA138 is #945EC7. Grayscale: #858585. Windows color (decimal): -9723592 or 3711339. OLE color: 3711339.
HSL color Cylindrical-coordinate representation of color #6BA138: hue angle of 90.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6BA138 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 56 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.37 |
| HSL | 90.86º | 0.48% | 0.43% | - |
| HSV(B) | 90.86º | 0.65% | 0.63% | - |
| XYZ | 19.52 | 28.9 | 8.29 | - |
| YUV | 132.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 56 | 0.34 | 0 | 0.65 | 0.37 | 90.86 | 0.48 | 0.43 |
| Hex | 6B | A1 | 38 | 22 | 0 | 41 | 25 | 5B | 30 | 2B |
| Octal | 153 | 241 | 70 | 42 | 0 | 101 | 45 | 133 | 60 | 53 |
| Binary | 1101011 | 10100001 | 111000 | 100010 | 0 | 1000001 | 100101 | 1011011 | 110000 | 101011 |
Color Harmonies of #6BA138
Complementary color
Monochromatic Colors of #6BA138
Black with #6BA138
Text Example
Text Example
White with #6BA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA138; }
p { color: rgb(107,161,56); }
H1.HeaderClassName
{
color: #6BA138;
}
.AnyTagClassName
{
color: #6BA138;
}
</style>
background-color css
<style>
a { background-color: #6BA138; }
a { background-color: rgb(107,161,56); }
div.DivClassName
{
background-color: #6BA138;
}
.BgClassName
{
background-color: #6BA138;
}
</style>
border-color css
<style>
span { border-color: #6BA138; }
span { border-color: rgb(107,161,56); }
td.TdClassName
{
border-color: #6BA138;
}
.TagClassName
{
border-color: #6BA138;
}
</style>