Shades of Limeade #699B33
Tints of Limeade #699B33
RGB
CMYK
RGB Variations
Color information
#699B33 (or 0x699B33) is known color: Limeade. HEX triplet: 69, 9B and 33. RGB value is (105,155,51). Sum of RGB (Red+Green+Blue) = 105+155+51=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #699B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B33 is #9664CC. Grayscale: #808080. Windows color (decimal): -9856205 or 3382121. OLE color: 3382121.
HSL color Cylindrical-coordinate representation of color #699B33: hue angle of 88.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #699B33 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 51 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.39 |
| HSL | 88.85º | 0.5% | 0.4% | - |
| HSV(B) | 88.85º | 0.67% | 0.61% | - |
| XYZ | 18.14 | 26.68 | 7.33 | - |
| YUV | 128.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 51 | 0.32 | 0 | 0.67 | 0.39 | 88.85 | 0.5 | 0.4 |
| Hex | 69 | 9B | 33 | 20 | 0 | 43 | 27 | 59 | 32 | 28 |
| Octal | 151 | 233 | 63 | 40 | 0 | 103 | 47 | 131 | 62 | 50 |
| Binary | 1101001 | 10011011 | 110011 | 100000 | 0 | 1000011 | 100111 | 1011001 | 110010 | 101000 |
Color Harmonies of #699B33
Complementary color
Monochromatic Colors of #699B33
Black with #699B33
Text Example
Text Example
White with #699B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B33; }
p { color: rgb(105,155,51); }
H1.HeaderClassName
{
color: #699B33;
}
.AnyTagClassName
{
color: #699B33;
}
</style>
background-color css
<style>
a { background-color: #699B33; }
a { background-color: rgb(105,155,51); }
div.DivClassName
{
background-color: #699B33;
}
.BgClassName
{
background-color: #699B33;
}
</style>
border-color css
<style>
span { border-color: #699B33; }
span { border-color: rgb(105,155,51); }
td.TdClassName
{
border-color: #699B33;
}
.TagClassName
{
border-color: #699B33;
}
</style>