Shades of Limeade #639D27
Tints of Limeade #639D27
RGB
CMYK
RGB Variations
Color information
#639D27 (or 0x639D27) is known color: Limeade. HEX triplet: 63, 9D and 27. RGB value is (99,157,39). Sum of RGB (Red+Green+Blue) = 99+157+39=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #639D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D27 is #9C62D8. Grayscale: #7E7E7E. Windows color (decimal): -10248921 or 2596195. OLE color: 2596195.
HSL color Cylindrical-coordinate representation of color #639D27: hue angle of 89.49º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #639D27 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 39 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.38 |
| HSL | 89.49º | 0.6% | 0.38% | - |
| HSV(B) | 89.49º | 0.75% | 0.62% | - |
| XYZ | 17.57 | 26.91 | 6.19 | - |
| YUV | 126.21 | 78.78 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 39 | 0.37 | 0 | 0.75 | 0.38 | 89.49 | 0.6 | 0.38 |
| Hex | 63 | 9D | 27 | 25 | 0 | 4B | 26 | 59 | 3C | 26 |
| Octal | 143 | 235 | 47 | 45 | 0 | 113 | 46 | 131 | 74 | 46 |
| Binary | 1100011 | 10011101 | 100111 | 100101 | 0 | 1001011 | 100110 | 1011001 | 111100 | 100110 |
Color Harmonies of #639D27
Complementary color
Monochromatic Colors of #639D27
Black with #639D27
Text Example
Text Example
White with #639D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D27; }
p { color: rgb(99,157,39); }
H1.HeaderClassName
{
color: #639D27;
}
.AnyTagClassName
{
color: #639D27;
}
</style>
background-color css
<style>
a { background-color: #639D27; }
a { background-color: rgb(99,157,39); }
div.DivClassName
{
background-color: #639D27;
}
.BgClassName
{
background-color: #639D27;
}
</style>
border-color css
<style>
span { border-color: #639D27; }
span { border-color: rgb(99,157,39); }
td.TdClassName
{
border-color: #639D27;
}
.TagClassName
{
border-color: #639D27;
}
</style>