Shades of Limeade #699933
Tints of Limeade #699933
RGB
CMYK
RGB Variations
Color information
#699933 (or 0x699933) is known color: Limeade. HEX triplet: 69, 99 and 33. RGB value is (105,153,51). Sum of RGB (Red+Green+Blue) = 105+153+51=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #699933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699933 is #9666CC. Grayscale: #7F7F7F. Windows color (decimal): -9856717 or 3381609. OLE color: 3381609.
HSL color Cylindrical-coordinate representation of color #699933: hue angle of 88.24º 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 #699933 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 51 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.4 |
| HSL | 88.24º | 0.5% | 0.4% | - |
| HSV(B) | 88.24º | 0.67% | 0.6% | - |
| XYZ | 17.81 | 26.02 | 7.22 | - |
| YUV | 127.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 51 | 0.31 | 0 | 0.67 | 0.4 | 88.24 | 0.5 | 0.4 |
| Hex | 69 | 99 | 33 | 1F | 0 | 43 | 28 | 58 | 32 | 28 |
| Octal | 151 | 231 | 63 | 37 | 0 | 103 | 50 | 130 | 62 | 50 |
| Binary | 1101001 | 10011001 | 110011 | 11111 | 0 | 1000011 | 101000 | 1011000 | 110010 | 101000 |
Color Harmonies of #699933
Complementary color
Monochromatic Colors of #699933
Black with #699933
Text Example
Text Example
White with #699933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699933; }
p { color: rgb(105,153,51); }
H1.HeaderClassName
{
color: #699933;
}
.AnyTagClassName
{
color: #699933;
}
</style>
background-color css
<style>
a { background-color: #699933; }
a { background-color: rgb(105,153,51); }
div.DivClassName
{
background-color: #699933;
}
.BgClassName
{
background-color: #699933;
}
</style>
border-color css
<style>
span { border-color: #699933; }
span { border-color: rgb(105,153,51); }
td.TdClassName
{
border-color: #699933;
}
.TagClassName
{
border-color: #699933;
}
</style>