Shades of Limeade #6BA028
Tints of Limeade #6BA028
RGB
CMYK
RGB Variations
Color information
#6BA028 (or 0x6BA028) is known color: Limeade. HEX triplet: 6B, A0 and 28. RGB value is (107,160,40). Sum of RGB (Red+Green+Blue) = 107+160+40=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA028 is #945FD7. Grayscale: #828282. Windows color (decimal): -9723864 or 2662507. OLE color: 2662507.
HSL color Cylindrical-coordinate representation of color #6BA028: hue angle of 86.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BA028 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 40 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.37 |
| HSL | 86.5º | 0.6% | 0.39% | - |
| HSV(B) | 86.5º | 0.75% | 0.63% | - |
| XYZ | 19.02 | 28.42 | 6.49 | - |
| YUV | 130.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 40 | 0.33 | 0 | 0.75 | 0.37 | 86.5 | 0.6 | 0.39 |
| Hex | 6B | A0 | 28 | 21 | 0 | 4B | 25 | 56 | 3C | 27 |
| Octal | 153 | 240 | 50 | 41 | 0 | 113 | 45 | 126 | 74 | 47 |
| Binary | 1101011 | 10100000 | 101000 | 100001 | 0 | 1001011 | 100101 | 1010110 | 111100 | 100111 |
Color Harmonies of #6BA028
Complementary color
Monochromatic Colors of #6BA028
Black with #6BA028
Text Example
Text Example
White with #6BA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA028; }
p { color: rgb(107,160,40); }
H1.HeaderClassName
{
color: #6BA028;
}
.AnyTagClassName
{
color: #6BA028;
}
</style>
background-color css
<style>
a { background-color: #6BA028; }
a { background-color: rgb(107,160,40); }
div.DivClassName
{
background-color: #6BA028;
}
.BgClassName
{
background-color: #6BA028;
}
</style>
border-color css
<style>
span { border-color: #6BA028; }
span { border-color: rgb(107,160,40); }
td.TdClassName
{
border-color: #6BA028;
}
.TagClassName
{
border-color: #6BA028;
}
</style>