Shades of Limeade #699A33
Tints of Limeade #699A33
RGB
CMYK
RGB Variations
Color information
#699A33 (or 0x699A33) is known color: Limeade. HEX triplet: 69, 9A and 33. RGB value is (105,154,51). Sum of RGB (Red+Green+Blue) = 105+154+51=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #699A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A33 is #9665CC. Grayscale: #7F7F7F. Windows color (decimal): -9856461 or 3381865. OLE color: 3381865.
HSL color Cylindrical-coordinate representation of color #699A33: hue angle of 88.54º 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 #699A33 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 51 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.40 |
| HSL | 88.54º | 0.5% | 0.4% | - |
| HSV(B) | 88.54º | 0.67% | 0.6% | - |
| XYZ | 17.98 | 26.35 | 7.27 | - |
| YUV | 127.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 51 | 0.32 | 0 | 0.67 | 0.40 | 88.54 | 0.5 | 0.4 |
| Hex | 69 | 9A | 33 | 20 | 0 | 43 | 28 | 59 | 32 | 28 |
| Octal | 151 | 232 | 63 | 40 | 0 | 103 | 50 | 131 | 62 | 50 |
| Binary | 1101001 | 10011010 | 110011 | 100000 | 0 | 1000011 | 101000 | 1011001 | 110010 | 101000 |
Color Harmonies of #699A33
Complementary color
Monochromatic Colors of #699A33
Black with #699A33
Text Example
Text Example
White with #699A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A33; }
p { color: rgb(105,154,51); }
H1.HeaderClassName
{
color: #699A33;
}
.AnyTagClassName
{
color: #699A33;
}
</style>
background-color css
<style>
a { background-color: #699A33; }
a { background-color: rgb(105,154,51); }
div.DivClassName
{
background-color: #699A33;
}
.BgClassName
{
background-color: #699A33;
}
</style>
border-color css
<style>
span { border-color: #699A33; }
span { border-color: rgb(105,154,51); }
td.TdClassName
{
border-color: #699A33;
}
.TagClassName
{
border-color: #699A33;
}
</style>