Shades of Limeade #6BA534
Tints of Limeade #6BA534
RGB
CMYK
RGB Variations
Color information
#6BA534 (or 0x6BA534) is known color: Limeade. HEX triplet: 6B, A5 and 34. RGB value is (107,165,52). Sum of RGB (Red+Green+Blue) = 107+165+52=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA534 is #945ACB. Grayscale: #878787. Windows color (decimal): -9722572 or 3450219. OLE color: 3450219.
HSL color Cylindrical-coordinate representation of color #6BA534: hue angle of 90.8º degrees, saturation: 0.52, 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 #6BA534 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 52 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.35 |
| HSL | 90.8º | 0.52% | 0.43% | - |
| HSV(B) | 90.8º | 0.68% | 0.65% | - |
| XYZ | 20.14 | 30.28 | 8.03 | - |
| YUV | 134.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 52 | 0.35 | 0 | 0.68 | 0.35 | 90.8 | 0.52 | 0.43 |
| Hex | 6B | A5 | 34 | 23 | 0 | 44 | 23 | 5B | 34 | 2B |
| Octal | 153 | 245 | 64 | 43 | 0 | 104 | 43 | 133 | 64 | 53 |
| Binary | 1101011 | 10100101 | 110100 | 100011 | 0 | 1000100 | 100011 | 1011011 | 110100 | 101011 |
Color Harmonies of #6BA534
Complementary color
Monochromatic Colors of #6BA534
Black with #6BA534
Text Example
Text Example
White with #6BA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA534; }
p { color: rgb(107,165,52); }
H1.HeaderClassName
{
color: #6BA534;
}
.AnyTagClassName
{
color: #6BA534;
}
</style>
background-color css
<style>
a { background-color: #6BA534; }
a { background-color: rgb(107,165,52); }
div.DivClassName
{
background-color: #6BA534;
}
.BgClassName
{
background-color: #6BA534;
}
</style>
border-color css
<style>
span { border-color: #6BA534; }
span { border-color: rgb(107,165,52); }
td.TdClassName
{
border-color: #6BA534;
}
.TagClassName
{
border-color: #6BA534;
}
</style>