Shades of Limeade #6BA536
Tints of Limeade #6BA536
RGB
CMYK
RGB Variations
Color information
#6BA536 (or 0x6BA536) is known color: Limeade. HEX triplet: 6B, A5 and 36. RGB value is (107,165,54). Sum of RGB (Red+Green+Blue) = 107+165+54=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA536 is #945AC9. Grayscale: #878787. Windows color (decimal): -9722570 or 3581291. OLE color: 3581291.
HSL color Cylindrical-coordinate representation of color #6BA536: hue angle of 91.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BA536 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 54 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.35 |
| HSL | 91.35º | 0.51% | 0.43% | - |
| HSV(B) | 91.35º | 0.67% | 0.65% | - |
| XYZ | 20.18 | 30.3 | 8.28 | - |
| YUV | 135 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 54 | 0.35 | 0 | 0.67 | 0.35 | 91.35 | 0.51 | 0.43 |
| Hex | 6B | A5 | 36 | 23 | 0 | 43 | 23 | 5B | 33 | 2B |
| Octal | 153 | 245 | 66 | 43 | 0 | 103 | 43 | 133 | 63 | 53 |
| Binary | 1101011 | 10100101 | 110110 | 100011 | 0 | 1000011 | 100011 | 1011011 | 110011 | 101011 |
Color Harmonies of #6BA536
Complementary color
Monochromatic Colors of #6BA536
Black with #6BA536
Text Example
Text Example
White with #6BA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA536; }
p { color: rgb(107,165,54); }
H1.HeaderClassName
{
color: #6BA536;
}
.AnyTagClassName
{
color: #6BA536;
}
</style>
background-color css
<style>
a { background-color: #6BA536; }
a { background-color: rgb(107,165,54); }
div.DivClassName
{
background-color: #6BA536;
}
.BgClassName
{
background-color: #6BA536;
}
</style>
border-color css
<style>
span { border-color: #6BA536; }
span { border-color: rgb(107,165,54); }
td.TdClassName
{
border-color: #6BA536;
}
.TagClassName
{
border-color: #6BA536;
}
</style>