Shades of Limeade #639B28
Tints of Limeade #639B28
RGB
CMYK
RGB Variations
Color information
#639B28 (or 0x639B28) is known color: Limeade. HEX triplet: 63, 9B and 28. RGB value is (99,155,40). Sum of RGB (Red+Green+Blue) = 99+155+40=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #639B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B28 is #9C64D7. Grayscale: #7D7D7D. Windows color (decimal): -10249432 or 2661219. OLE color: 2661219.
HSL color Cylindrical-coordinate representation of color #639B28: hue angle of 89.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #639B28 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 40 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.39 |
| HSL | 89.22º | 0.59% | 0.38% | - |
| HSV(B) | 89.22º | 0.74% | 0.61% | - |
| XYZ | 17.25 | 26.25 | 6.16 | - |
| YUV | 125.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 40 | 0.36 | 0 | 0.74 | 0.39 | 89.22 | 0.59 | 0.38 |
| Hex | 63 | 9B | 28 | 24 | 0 | 4A | 27 | 59 | 3B | 26 |
| Octal | 143 | 233 | 50 | 44 | 0 | 112 | 47 | 131 | 73 | 46 |
| Binary | 1100011 | 10011011 | 101000 | 100100 | 0 | 1001010 | 100111 | 1011001 | 111011 | 100110 |
Color Harmonies of #639B28
Complementary color
Monochromatic Colors of #639B28
Black with #639B28
Text Example
Text Example
White with #639B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B28; }
p { color: rgb(99,155,40); }
H1.HeaderClassName
{
color: #639B28;
}
.AnyTagClassName
{
color: #639B28;
}
</style>
background-color css
<style>
a { background-color: #639B28; }
a { background-color: rgb(99,155,40); }
div.DivClassName
{
background-color: #639B28;
}
.BgClassName
{
background-color: #639B28;
}
</style>
border-color css
<style>
span { border-color: #639B28; }
span { border-color: rgb(99,155,40); }
td.TdClassName
{
border-color: #639B28;
}
.TagClassName
{
border-color: #639B28;
}
</style>