Shades of Limeade #639E1E
Tints of Limeade #639E1E
RGB
CMYK
RGB Variations
Color information
#639E1E (or 0x639E1E) is known color: Limeade. HEX triplet: 63, 9E and 1E. RGB value is (99,158,30). Sum of RGB (Red+Green+Blue) = 99+158+30=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #639E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639E1E is #9C61E1. Grayscale: #7E7E7E. Windows color (decimal): -10248674 or 2006627. OLE color: 2006627.
HSL color Cylindrical-coordinate representation of color #639E1E: hue angle of 87.66º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #639E1E is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 158 | 30 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.38 |
| HSL | 87.66º | 0.68% | 0.37% | - |
| HSV(B) | 87.66º | 0.81% | 0.62% | - |
| XYZ | 17.61 | 27.2 | 5.55 | - |
| YUV | 125.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 30 | 0.37 | 0 | 0.81 | 0.38 | 87.66 | 0.68 | 0.37 |
| Hex | 63 | 9E | 1E | 25 | 0 | 51 | 26 | 58 | 44 | 25 |
| Octal | 143 | 236 | 36 | 45 | 0 | 121 | 46 | 130 | 104 | 45 |
| Binary | 1100011 | 10011110 | 11110 | 100101 | 0 | 1010001 | 100110 | 1011000 | 1000100 | 100101 |
Color Harmonies of #639E1E
Complementary color
Monochromatic Colors of #639E1E
Black with #639E1E
Text Example
Text Example
White with #639E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639E1E; }
p { color: rgb(99,158,30); }
H1.HeaderClassName
{
color: #639E1E;
}
.AnyTagClassName
{
color: #639E1E;
}
</style>
background-color css
<style>
a { background-color: #639E1E; }
a { background-color: rgb(99,158,30); }
div.DivClassName
{
background-color: #639E1E;
}
.BgClassName
{
background-color: #639E1E;
}
</style>
border-color css
<style>
span { border-color: #639E1E; }
span { border-color: rgb(99,158,30); }
td.TdClassName
{
border-color: #639E1E;
}
.TagClassName
{
border-color: #639E1E;
}
</style>