Shades of Limeade #6BA532
Tints of Limeade #6BA532
RGB
CMYK
RGB Variations
Color information
#6BA532 (or 0x6BA532) is known color: Limeade. HEX triplet: 6B, A5 and 32. RGB value is (107,165,50). Sum of RGB (Red+Green+Blue) = 107+165+50=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA532 is #945ACD. Grayscale: #868686. Windows color (decimal): -9722574 or 3319147. OLE color: 3319147.
HSL color Cylindrical-coordinate representation of color #6BA532: hue angle of 90.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BA532 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 50 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.35 |
| HSL | 90.26º | 0.53% | 0.42% | - |
| HSV(B) | 90.26º | 0.7% | 0.65% | - |
| XYZ | 20.09 | 30.27 | 7.8 | - |
| YUV | 134.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 50 | 0.35 | 0 | 0.70 | 0.35 | 90.26 | 0.53 | 0.42 |
| Hex | 6B | A5 | 32 | 23 | 0 | 46 | 23 | 5A | 35 | 2A |
| Octal | 153 | 245 | 62 | 43 | 0 | 106 | 43 | 132 | 65 | 52 |
| Binary | 1101011 | 10100101 | 110010 | 100011 | 0 | 1000110 | 100011 | 1011010 | 110101 | 101010 |
Color Harmonies of #6BA532
Complementary color
Monochromatic Colors of #6BA532
Black with #6BA532
Text Example
Text Example
White with #6BA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA532; }
p { color: rgb(107,165,50); }
H1.HeaderClassName
{
color: #6BA532;
}
.AnyTagClassName
{
color: #6BA532;
}
</style>
background-color css
<style>
a { background-color: #6BA532; }
a { background-color: rgb(107,165,50); }
div.DivClassName
{
background-color: #6BA532;
}
.BgClassName
{
background-color: #6BA532;
}
</style>
border-color css
<style>
span { border-color: #6BA532; }
span { border-color: rgb(107,165,50); }
td.TdClassName
{
border-color: #6BA532;
}
.TagClassName
{
border-color: #6BA532;
}
</style>