Shades of Limeade #699B24
Tints of Limeade #699B24
RGB
CMYK
RGB Variations
Color information
#699B24 (or 0x699B24) is known color: Limeade. HEX triplet: 69, 9B and 24. RGB value is (105,155,36). Sum of RGB (Red+Green+Blue) = 105+155+36=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #699B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B24 is #9664DB. Grayscale: #7E7E7E. Windows color (decimal): -9856220 or 2399081. OLE color: 2399081.
HSL color Cylindrical-coordinate representation of color #699B24: hue angle of 85.21º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #699B24 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 36 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.39 |
| HSL | 85.21º | 0.62% | 0.37% | - |
| HSV(B) | 85.21º | 0.77% | 0.61% | - |
| XYZ | 17.87 | 26.57 | 5.86 | - |
| YUV | 126.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 36 | 0.32 | 0 | 0.77 | 0.39 | 85.21 | 0.62 | 0.37 |
| Hex | 69 | 9B | 24 | 20 | 0 | 4D | 27 | 55 | 3E | 25 |
| Octal | 151 | 233 | 44 | 40 | 0 | 115 | 47 | 125 | 76 | 45 |
| Binary | 1101001 | 10011011 | 100100 | 100000 | 0 | 1001101 | 100111 | 1010101 | 111110 | 100101 |
Color Harmonies of #699B24
Complementary color
Monochromatic Colors of #699B24
Black with #699B24
Text Example
Text Example
White with #699B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B24; }
p { color: rgb(105,155,36); }
H1.HeaderClassName
{
color: #699B24;
}
.AnyTagClassName
{
color: #699B24;
}
</style>
background-color css
<style>
a { background-color: #699B24; }
a { background-color: rgb(105,155,36); }
div.DivClassName
{
background-color: #699B24;
}
.BgClassName
{
background-color: #699B24;
}
</style>
border-color css
<style>
span { border-color: #699B24; }
span { border-color: rgb(105,155,36); }
td.TdClassName
{
border-color: #699B24;
}
.TagClassName
{
border-color: #699B24;
}
</style>