Shades of Limeade #6B9933
Tints of Limeade #6B9933
RGB
CMYK
RGB Variations
Color information
#6B9933 (or 0x6B9933) is known color: Limeade. HEX triplet: 6B, 99 and 33. RGB value is (107,153,51). Sum of RGB (Red+Green+Blue) = 107+153+51=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9933 is #9466CC. Grayscale: #7F7F7F. Windows color (decimal): -9725645 or 3381611. OLE color: 3381611.
HSL color Cylindrical-coordinate representation of color #6B9933: hue angle of 87.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B9933 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 51 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.4 |
| HSL | 87.06º | 0.5% | 0.4% | - |
| HSV(B) | 87.06º | 0.67% | 0.6% | - |
| XYZ | 18.05 | 26.15 | 7.23 | - |
| YUV | 127.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 51 | 0.30 | 0 | 0.67 | 0.4 | 87.06 | 0.5 | 0.4 |
| Hex | 6B | 99 | 33 | 1E | 0 | 43 | 28 | 57 | 32 | 28 |
| Octal | 153 | 231 | 63 | 36 | 0 | 103 | 50 | 127 | 62 | 50 |
| Binary | 1101011 | 10011001 | 110011 | 11110 | 0 | 1000011 | 101000 | 1010111 | 110010 | 101000 |
Color Harmonies of #6B9933
Complementary color
Monochromatic Colors of #6B9933
Black with #6B9933
Text Example
Text Example
White with #6B9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9933; }
p { color: rgb(107,153,51); }
H1.HeaderClassName
{
color: #6B9933;
}
.AnyTagClassName
{
color: #6B9933;
}
</style>
background-color css
<style>
a { background-color: #6B9933; }
a { background-color: rgb(107,153,51); }
div.DivClassName
{
background-color: #6B9933;
}
.BgClassName
{
background-color: #6B9933;
}
</style>
border-color css
<style>
span { border-color: #6B9933; }
span { border-color: rgb(107,153,51); }
td.TdClassName
{
border-color: #6B9933;
}
.TagClassName
{
border-color: #6B9933;
}
</style>