Shades of Limeade #679C33
Tints of Limeade #679C33
RGB
CMYK
RGB Variations
Color information
#679C33 (or 0x679C33) is known color: Limeade. HEX triplet: 67, 9C and 33. RGB value is (103,156,51). Sum of RGB (Red+Green+Blue) = 103+156+51=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #679C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C33 is #9863CC. Grayscale: #808080. Windows color (decimal): -9987021 or 3382375. OLE color: 3382375.
HSL color Cylindrical-coordinate representation of color #679C33: hue angle of 90.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #679C33 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 51 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.39 |
| HSL | 90.29º | 0.51% | 0.41% | - |
| HSV(B) | 90.29º | 0.67% | 0.61% | - |
| XYZ | 18.08 | 26.9 | 7.37 | - |
| YUV | 128.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 51 | 0.34 | 0 | 0.67 | 0.39 | 90.29 | 0.51 | 0.41 |
| Hex | 67 | 9C | 33 | 22 | 0 | 43 | 27 | 5A | 33 | 29 |
| Octal | 147 | 234 | 63 | 42 | 0 | 103 | 47 | 132 | 63 | 51 |
| Binary | 1100111 | 10011100 | 110011 | 100010 | 0 | 1000011 | 100111 | 1011010 | 110011 | 101001 |
Color Harmonies of #679C33
Complementary color
Monochromatic Colors of #679C33
Black with #679C33
Text Example
Text Example
White with #679C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C33; }
p { color: rgb(103,156,51); }
H1.HeaderClassName
{
color: #679C33;
}
.AnyTagClassName
{
color: #679C33;
}
</style>
background-color css
<style>
a { background-color: #679C33; }
a { background-color: rgb(103,156,51); }
div.DivClassName
{
background-color: #679C33;
}
.BgClassName
{
background-color: #679C33;
}
</style>
border-color css
<style>
span { border-color: #679C33; }
span { border-color: rgb(103,156,51); }
td.TdClassName
{
border-color: #679C33;
}
.TagClassName
{
border-color: #679C33;
}
</style>