Shades of Limeade #679F23
Tints of Limeade #679F23
RGB
CMYK
RGB Variations
Color information
#679F23 (or 0x679F23) is known color: Limeade. HEX triplet: 67, 9F and 23. RGB value is (103,159,35). Sum of RGB (Red+Green+Blue) = 103+159+35=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #679F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679F23 is #9860DC. Grayscale: #808080. Windows color (decimal): -9986269 or 2334567. OLE color: 2334567.
HSL color Cylindrical-coordinate representation of color #679F23: hue angle of 87.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679F23 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 35 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.38 |
| HSL | 87.1º | 0.64% | 0.38% | - |
| HSV(B) | 87.1º | 0.78% | 0.62% | - |
| XYZ | 18.3 | 27.8 | 5.99 | - |
| YUV | 128.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 35 | 0.35 | 0 | 0.78 | 0.38 | 87.1 | 0.64 | 0.38 |
| Hex | 67 | 9F | 23 | 23 | 0 | 4E | 26 | 57 | 40 | 26 |
| Octal | 147 | 237 | 43 | 43 | 0 | 116 | 46 | 127 | 100 | 46 |
| Binary | 1100111 | 10011111 | 100011 | 100011 | 0 | 1001110 | 100110 | 1010111 | 1000000 | 100110 |
Color Harmonies of #679F23
Complementary color
Monochromatic Colors of #679F23
Black with #679F23
Text Example
Text Example
White with #679F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F23; }
p { color: rgb(103,159,35); }
H1.HeaderClassName
{
color: #679F23;
}
.AnyTagClassName
{
color: #679F23;
}
</style>
background-color css
<style>
a { background-color: #679F23; }
a { background-color: rgb(103,159,35); }
div.DivClassName
{
background-color: #679F23;
}
.BgClassName
{
background-color: #679F23;
}
</style>
border-color css
<style>
span { border-color: #679F23; }
span { border-color: rgb(103,159,35); }
td.TdClassName
{
border-color: #679F23;
}
.TagClassName
{
border-color: #679F23;
}
</style>