Shades of Limeade #6BA23B
Tints of Limeade #6BA23B
RGB
CMYK
RGB Variations
Color information
#6BA23B (or 0x6BA23B) is known color: Limeade. HEX triplet: 6B, A2 and 3B. RGB value is (107,162,59). Sum of RGB (Red+Green+Blue) = 107+162+59=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA23B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA23B is #945DC4. Grayscale: #868686. Windows color (decimal): -9723333 or 3908203. OLE color: 3908203.
HSL color Cylindrical-coordinate representation of color #6BA23B: hue angle of 92.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BA23B is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 59 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.36 |
| HSL | 92.04º | 0.47% | 0.43% | - |
| HSV(B) | 92.04º | 0.64% | 0.64% | - |
| XYZ | 19.77 | 29.28 | 8.75 | - |
| YUV | 133.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 59 | 0.34 | 0 | 0.64 | 0.36 | 92.04 | 0.47 | 0.43 |
| Hex | 6B | A2 | 3B | 22 | 0 | 40 | 24 | 5C | 2F | 2B |
| Octal | 153 | 242 | 73 | 42 | 0 | 100 | 44 | 134 | 57 | 53 |
| Binary | 1101011 | 10100010 | 111011 | 100010 | 0 | 1000000 | 100100 | 1011100 | 101111 | 101011 |
Color Harmonies of #6BA23B
Complementary color
Monochromatic Colors of #6BA23B
Black with #6BA23B
Text Example
Text Example
White with #6BA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA23B; }
p { color: rgb(107,162,59); }
H1.HeaderClassName
{
color: #6BA23B;
}
.AnyTagClassName
{
color: #6BA23B;
}
</style>
background-color css
<style>
a { background-color: #6BA23B; }
a { background-color: rgb(107,162,59); }
div.DivClassName
{
background-color: #6BA23B;
}
.BgClassName
{
background-color: #6BA23B;
}
</style>
border-color css
<style>
span { border-color: #6BA23B; }
span { border-color: rgb(107,162,59); }
td.TdClassName
{
border-color: #6BA23B;
}
.TagClassName
{
border-color: #6BA23B;
}
</style>