Shades of Limeade #679C32
Tints of Limeade #679C32
RGB
CMYK
RGB Variations
Color information
#679C32 (or 0x679C32) is known color: Limeade. HEX triplet: 67, 9C and 32. RGB value is (103,156,50). Sum of RGB (Red+Green+Blue) = 103+156+50=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #679C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C32 is #9863CD. Grayscale: #808080. Windows color (decimal): -9987022 or 3316839. OLE color: 3316839.
HSL color Cylindrical-coordinate representation of color #679C32: hue angle of 90º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #679C32 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 50 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.39 |
| HSL | 90º | 0.51% | 0.4% | - |
| HSV(B) | 90º | 0.68% | 0.61% | - |
| XYZ | 18.06 | 26.89 | 7.26 | - |
| YUV | 128.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 50 | 0.34 | 0 | 0.68 | 0.39 | 90 | 0.51 | 0.4 |
| Hex | 67 | 9C | 32 | 22 | 0 | 44 | 27 | 5A | 33 | 28 |
| Octal | 147 | 234 | 62 | 42 | 0 | 104 | 47 | 132 | 63 | 50 |
| Binary | 1100111 | 10011100 | 110010 | 100010 | 0 | 1000100 | 100111 | 1011010 | 110011 | 101000 |
Color Harmonies of #679C32
Complementary color
Monochromatic Colors of #679C32
Black with #679C32
Text Example
Text Example
White with #679C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C32; }
p { color: rgb(103,156,50); }
H1.HeaderClassName
{
color: #679C32;
}
.AnyTagClassName
{
color: #679C32;
}
</style>
background-color css
<style>
a { background-color: #679C32; }
a { background-color: rgb(103,156,50); }
div.DivClassName
{
background-color: #679C32;
}
.BgClassName
{
background-color: #679C32;
}
</style>
border-color css
<style>
span { border-color: #679C32; }
span { border-color: rgb(103,156,50); }
td.TdClassName
{
border-color: #679C32;
}
.TagClassName
{
border-color: #679C32;
}
</style>