Shades of Limeade #6BA330
Tints of Limeade #6BA330
RGB
CMYK
RGB Variations
Color information
#6BA330 (or 0x6BA330) is known color: Limeade. HEX triplet: 6B, A3 and 30. RGB value is (107,163,48). Sum of RGB (Red+Green+Blue) = 107+163+48=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA330 is #945CCF. Grayscale: #858585. Windows color (decimal): -9723088 or 3187563. OLE color: 3187563.
HSL color Cylindrical-coordinate representation of color #6BA330: hue angle of 89.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BA330 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 48 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.36 |
| HSL | 89.22º | 0.55% | 0.41% | - |
| HSV(B) | 89.22º | 0.71% | 0.64% | - |
| XYZ | 19.69 | 29.53 | 7.46 | - |
| YUV | 133.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 48 | 0.34 | 0 | 0.71 | 0.36 | 89.22 | 0.55 | 0.41 |
| Hex | 6B | A3 | 30 | 22 | 0 | 47 | 24 | 59 | 37 | 29 |
| Octal | 153 | 243 | 60 | 42 | 0 | 107 | 44 | 131 | 67 | 51 |
| Binary | 1101011 | 10100011 | 110000 | 100010 | 0 | 1000111 | 100100 | 1011001 | 110111 | 101001 |
Color Harmonies of #6BA330
Complementary color
Monochromatic Colors of #6BA330
Black with #6BA330
Text Example
Text Example
White with #6BA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA330; }
p { color: rgb(107,163,48); }
H1.HeaderClassName
{
color: #6BA330;
}
.AnyTagClassName
{
color: #6BA330;
}
</style>
background-color css
<style>
a { background-color: #6BA330; }
a { background-color: rgb(107,163,48); }
div.DivClassName
{
background-color: #6BA330;
}
.BgClassName
{
background-color: #6BA330;
}
</style>
border-color css
<style>
span { border-color: #6BA330; }
span { border-color: rgb(107,163,48); }
td.TdClassName
{
border-color: #6BA330;
}
.TagClassName
{
border-color: #6BA330;
}
</style>