Shades of Limeade #639B34
Tints of Limeade #639B34
RGB
CMYK
RGB Variations
Color information
#639B34 (or 0x639B34) is known color: Limeade. HEX triplet: 63, 9B and 34. RGB value is (99,155,52). Sum of RGB (Red+Green+Blue) = 99+155+52=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #639B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B34 is #9C64CB. Grayscale: #7E7E7E. Windows color (decimal): -10249420 or 3447651. OLE color: 3447651.
HSL color Cylindrical-coordinate representation of color #639B34: hue angle of 92.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #639B34 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 52 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.39 |
| HSL | 92.62º | 0.5% | 0.41% | - |
| HSV(B) | 92.62º | 0.66% | 0.61% | - |
| XYZ | 17.49 | 26.34 | 7.41 | - |
| YUV | 126.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 52 | 0.36 | 0 | 0.66 | 0.39 | 92.62 | 0.5 | 0.41 |
| Hex | 63 | 9B | 34 | 24 | 0 | 42 | 27 | 5D | 32 | 29 |
| Octal | 143 | 233 | 64 | 44 | 0 | 102 | 47 | 135 | 62 | 51 |
| Binary | 1100011 | 10011011 | 110100 | 100100 | 0 | 1000010 | 100111 | 1011101 | 110010 | 101001 |
Color Harmonies of #639B34
Complementary color
Monochromatic Colors of #639B34
Black with #639B34
Text Example
Text Example
White with #639B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B34; }
p { color: rgb(99,155,52); }
H1.HeaderClassName
{
color: #639B34;
}
.AnyTagClassName
{
color: #639B34;
}
</style>
background-color css
<style>
a { background-color: #639B34; }
a { background-color: rgb(99,155,52); }
div.DivClassName
{
background-color: #639B34;
}
.BgClassName
{
background-color: #639B34;
}
</style>
border-color css
<style>
span { border-color: #639B34; }
span { border-color: rgb(99,155,52); }
td.TdClassName
{
border-color: #639B34;
}
.TagClassName
{
border-color: #639B34;
}
</style>