Shades of Limeade #679825
Tints of Limeade #679825
RGB
CMYK
RGB Variations
Color information
#679825 (or 0x679825) is known color: Limeade. HEX triplet: 67, 98 and 25. RGB value is (103,152,37). Sum of RGB (Red+Green+Blue) = 103+152+37=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #679825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679825 is #9867DA. Grayscale: #7C7C7C. Windows color (decimal): -9988059 or 2463847. OLE color: 2463847.
HSL color Cylindrical-coordinate representation of color #679825: hue angle of 85.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #679825 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 37 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.40 |
| HSL | 85.57º | 0.61% | 0.37% | - |
| HSV(B) | 85.57º | 0.76% | 0.6% | - |
| XYZ | 17.16 | 25.47 | 5.76 | - |
| YUV | 124.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 37 | 0.32 | 0 | 0.76 | 0.40 | 85.57 | 0.61 | 0.37 |
| Hex | 67 | 98 | 25 | 20 | 0 | 4C | 28 | 56 | 3D | 25 |
| Octal | 147 | 230 | 45 | 40 | 0 | 114 | 50 | 126 | 75 | 45 |
| Binary | 1100111 | 10011000 | 100101 | 100000 | 0 | 1001100 | 101000 | 1010110 | 111101 | 100101 |
Color Harmonies of #679825
Complementary color
Monochromatic Colors of #679825
Black with #679825
Text Example
Text Example
White with #679825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679825; }
p { color: rgb(103,152,37); }
H1.HeaderClassName
{
color: #679825;
}
.AnyTagClassName
{
color: #679825;
}
</style>
background-color css
<style>
a { background-color: #679825; }
a { background-color: rgb(103,152,37); }
div.DivClassName
{
background-color: #679825;
}
.BgClassName
{
background-color: #679825;
}
</style>
border-color css
<style>
span { border-color: #679825; }
span { border-color: rgb(103,152,37); }
td.TdClassName
{
border-color: #679825;
}
.TagClassName
{
border-color: #679825;
}
</style>