Shades of Limeade #639F30
Tints of Limeade #639F30
RGB
CMYK
RGB Variations
Color information
#639F30 (or 0x639F30) is known color: Limeade. HEX triplet: 63, 9F and 30. RGB value is (99,159,48). Sum of RGB (Red+Green+Blue) = 99+159+48=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #639F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F30 is #9C60CF. Grayscale: #808080. Windows color (decimal): -10248400 or 3186531. OLE color: 3186531.
HSL color Cylindrical-coordinate representation of color #639F30: hue angle of 92.43º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #639F30 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 48 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.38 |
| HSL | 92.43º | 0.54% | 0.41% | - |
| HSV(B) | 92.43º | 0.7% | 0.62% | - |
| XYZ | 18.08 | 27.66 | 7.18 | - |
| YUV | 128.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 48 | 0.38 | 0 | 0.70 | 0.38 | 92.43 | 0.54 | 0.41 |
| Hex | 63 | 9F | 30 | 26 | 0 | 46 | 26 | 5C | 36 | 29 |
| Octal | 143 | 237 | 60 | 46 | 0 | 106 | 46 | 134 | 66 | 51 |
| Binary | 1100011 | 10011111 | 110000 | 100110 | 0 | 1000110 | 100110 | 1011100 | 110110 | 101001 |
Color Harmonies of #639F30
Complementary color
Monochromatic Colors of #639F30
Black with #639F30
Text Example
Text Example
White with #639F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F30; }
p { color: rgb(99,159,48); }
H1.HeaderClassName
{
color: #639F30;
}
.AnyTagClassName
{
color: #639F30;
}
</style>
background-color css
<style>
a { background-color: #639F30; }
a { background-color: rgb(99,159,48); }
div.DivClassName
{
background-color: #639F30;
}
.BgClassName
{
background-color: #639F30;
}
</style>
border-color css
<style>
span { border-color: #639F30; }
span { border-color: rgb(99,159,48); }
td.TdClassName
{
border-color: #639F30;
}
.TagClassName
{
border-color: #639F30;
}
</style>