Shades of Glade Green #63984B
Tints of Glade Green #63984B
RGB
CMYK
RGB Variations
Color information
#63984B (or 0x63984B) is known color: Glade Green. HEX triplet: 63, 98 and 4B. RGB value is (99,152,75). Sum of RGB (Red+Green+Blue) = 99+152+75=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #63984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63984B is #9C67B4. Grayscale: #7F7F7F. Windows color (decimal): -10250165 or 4954211. OLE color: 4954211.
HSL color Cylindrical-coordinate representation of color #63984B: hue angle of 101.3º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63984B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 75 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.40 |
| HSL | 101.3º | 0.34% | 0.45% | - |
| HSV(B) | 101.3º | 0.51% | 0.6% | - |
| XYZ | 17.64 | 25.62 | 10.67 | - |
| YUV | 127.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 75 | 0.35 | 0 | 0.51 | 0.40 | 101.3 | 0.34 | 0.45 |
| Hex | 63 | 98 | 4B | 23 | 0 | 33 | 28 | 65 | 22 | 2D |
| Octal | 143 | 230 | 113 | 43 | 0 | 63 | 50 | 145 | 42 | 55 |
| Binary | 1100011 | 10011000 | 1001011 | 100011 | 0 | 110011 | 101000 | 1100101 | 100010 | 101101 |
Color Harmonies of #63984B
Complementary color
Monochromatic Colors of #63984B
Black with #63984B
Text Example
Text Example
White with #63984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63984B; }
p { color: rgb(99,152,75); }
H1.HeaderClassName
{
color: #63984B;
}
.AnyTagClassName
{
color: #63984B;
}
</style>
background-color css
<style>
a { background-color: #63984B; }
a { background-color: rgb(99,152,75); }
div.DivClassName
{
background-color: #63984B;
}
.BgClassName
{
background-color: #63984B;
}
</style>
border-color css
<style>
span { border-color: #63984B; }
span { border-color: rgb(99,152,75); }
td.TdClassName
{
border-color: #63984B;
}
.TagClassName
{
border-color: #63984B;
}
</style>