Shades of Limeade #639F27
Tints of Limeade #639F27
RGB
CMYK
RGB Variations
Color information
#639F27 (or 0x639F27) is known color: Limeade. HEX triplet: 63, 9F and 27. RGB value is (99,159,39). Sum of RGB (Red+Green+Blue) = 99+159+39=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #639F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F27 is #9C60D8. Grayscale: #7F7F7F. Windows color (decimal): -10248409 or 2596707. OLE color: 2596707.
HSL color Cylindrical-coordinate representation of color #639F27: hue angle of 90º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #639F27 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 39 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.38 |
| HSL | 90º | 0.61% | 0.39% | - |
| HSV(B) | 90º | 0.75% | 0.62% | - |
| XYZ | 17.91 | 27.6 | 6.3 | - |
| YUV | 127.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 39 | 0.38 | 0 | 0.75 | 0.38 | 90 | 0.61 | 0.39 |
| Hex | 63 | 9F | 27 | 26 | 0 | 4B | 26 | 5A | 3D | 27 |
| Octal | 143 | 237 | 47 | 46 | 0 | 113 | 46 | 132 | 75 | 47 |
| Binary | 1100011 | 10011111 | 100111 | 100110 | 0 | 1001011 | 100110 | 1011010 | 111101 | 100111 |
Color Harmonies of #639F27
Complementary color
Monochromatic Colors of #639F27
Black with #639F27
Text Example
Text Example
White with #639F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F27; }
p { color: rgb(99,159,39); }
H1.HeaderClassName
{
color: #639F27;
}
.AnyTagClassName
{
color: #639F27;
}
</style>
background-color css
<style>
a { background-color: #639F27; }
a { background-color: rgb(99,159,39); }
div.DivClassName
{
background-color: #639F27;
}
.BgClassName
{
background-color: #639F27;
}
</style>
border-color css
<style>
span { border-color: #639F27; }
span { border-color: rgb(99,159,39); }
td.TdClassName
{
border-color: #639F27;
}
.TagClassName
{
border-color: #639F27;
}
</style>