Shades of Limeade #6BA535
Tints of Limeade #6BA535
RGB
CMYK
RGB Variations
Color information
#6BA535 (or 0x6BA535) is known color: Limeade. HEX triplet: 6B, A5 and 35. RGB value is (107,165,53). Sum of RGB (Red+Green+Blue) = 107+165+53=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA535 is #945ACA. Grayscale: #878787. Windows color (decimal): -9722571 or 3515755. OLE color: 3515755.
HSL color Cylindrical-coordinate representation of color #6BA535: hue angle of 91.07º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6BA535 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 53 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.35 |
| HSL | 91.07º | 0.51% | 0.43% | - |
| HSV(B) | 91.07º | 0.68% | 0.65% | - |
| XYZ | 20.16 | 30.29 | 8.15 | - |
| YUV | 134.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 53 | 0.35 | 0 | 0.68 | 0.35 | 91.07 | 0.51 | 0.43 |
| Hex | 6B | A5 | 35 | 23 | 0 | 44 | 23 | 5B | 33 | 2B |
| Octal | 153 | 245 | 65 | 43 | 0 | 104 | 43 | 133 | 63 | 53 |
| Binary | 1101011 | 10100101 | 110101 | 100011 | 0 | 1000100 | 100011 | 1011011 | 110011 | 101011 |
Color Harmonies of #6BA535
Complementary color
Monochromatic Colors of #6BA535
Black with #6BA535
Text Example
Text Example
White with #6BA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA535; }
p { color: rgb(107,165,53); }
H1.HeaderClassName
{
color: #6BA535;
}
.AnyTagClassName
{
color: #6BA535;
}
</style>
background-color css
<style>
a { background-color: #6BA535; }
a { background-color: rgb(107,165,53); }
div.DivClassName
{
background-color: #6BA535;
}
.BgClassName
{
background-color: #6BA535;
}
</style>
border-color css
<style>
span { border-color: #6BA535; }
span { border-color: rgb(107,165,53); }
td.TdClassName
{
border-color: #6BA535;
}
.TagClassName
{
border-color: #6BA535;
}
</style>