Shades of Limeade #6B9F38
Tints of Limeade #6B9F38
RGB
CMYK
RGB Variations
Color information
#6B9F38 (or 0x6B9F38) is known color: Limeade. HEX triplet: 6B, 9F and 38. RGB value is (107,159,56). Sum of RGB (Red+Green+Blue) = 107+159+56=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #6B9F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9F38 is #9460C7. Grayscale: #848484. Windows color (decimal): -9724104 or 3710827. OLE color: 3710827.
HSL color Cylindrical-coordinate representation of color #6B9F38: hue angle of 90.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B9F38 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 159 | 56 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.38 |
| HSL | 90.29º | 0.48% | 0.42% | - |
| HSV(B) | 90.29º | 0.65% | 0.62% | - |
| XYZ | 19.18 | 28.21 | 8.18 | - |
| YUV | 131.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 56 | 0.33 | 0 | 0.65 | 0.38 | 90.29 | 0.48 | 0.42 |
| Hex | 6B | 9F | 38 | 21 | 0 | 41 | 26 | 5A | 30 | 2A |
| Octal | 153 | 237 | 70 | 41 | 0 | 101 | 46 | 132 | 60 | 52 |
| Binary | 1101011 | 10011111 | 111000 | 100001 | 0 | 1000001 | 100110 | 1011010 | 110000 | 101010 |
Color Harmonies of #6B9F38
Complementary color
Monochromatic Colors of #6B9F38
Black with #6B9F38
Text Example
Text Example
White with #6B9F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9F38; }
p { color: rgb(107,159,56); }
H1.HeaderClassName
{
color: #6B9F38;
}
.AnyTagClassName
{
color: #6B9F38;
}
</style>
background-color css
<style>
a { background-color: #6B9F38; }
a { background-color: rgb(107,159,56); }
div.DivClassName
{
background-color: #6B9F38;
}
.BgClassName
{
background-color: #6B9F38;
}
</style>
border-color css
<style>
span { border-color: #6B9F38; }
span { border-color: rgb(107,159,56); }
td.TdClassName
{
border-color: #6B9F38;
}
.TagClassName
{
border-color: #6B9F38;
}
</style>