Shades of Limeade #699C23
Tints of Limeade #699C23
RGB
CMYK
RGB Variations
Color information
#699C23 (or 0x699C23) is known color: Limeade. HEX triplet: 69, 9C and 23. RGB value is (105,156,35). Sum of RGB (Red+Green+Blue) = 105+156+35=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #699C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C23 is #9663DC. Grayscale: #7F7F7F. Windows color (decimal): -9855965 or 2333801. OLE color: 2333801.
HSL color Cylindrical-coordinate representation of color #699C23: hue angle of 85.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699C23 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 35 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.39 |
| HSL | 85.29º | 0.63% | 0.37% | - |
| HSV(B) | 85.29º | 0.78% | 0.61% | - |
| XYZ | 18.02 | 26.9 | 5.83 | - |
| YUV | 126.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 35 | 0.33 | 0 | 0.78 | 0.39 | 85.29 | 0.63 | 0.37 |
| Hex | 69 | 9C | 23 | 21 | 0 | 4E | 27 | 55 | 3F | 25 |
| Octal | 151 | 234 | 43 | 41 | 0 | 116 | 47 | 125 | 77 | 45 |
| Binary | 1101001 | 10011100 | 100011 | 100001 | 0 | 1001110 | 100111 | 1010101 | 111111 | 100101 |
Color Harmonies of #699C23
Complementary color
Monochromatic Colors of #699C23
Black with #699C23
Text Example
Text Example
White with #699C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C23; }
p { color: rgb(105,156,35); }
H1.HeaderClassName
{
color: #699C23;
}
.AnyTagClassName
{
color: #699C23;
}
</style>
background-color css
<style>
a { background-color: #699C23; }
a { background-color: rgb(105,156,35); }
div.DivClassName
{
background-color: #699C23;
}
.BgClassName
{
background-color: #699C23;
}
</style>
border-color css
<style>
span { border-color: #699C23; }
span { border-color: rgb(105,156,35); }
td.TdClassName
{
border-color: #699C23;
}
.TagClassName
{
border-color: #699C23;
}
</style>