Shades of Emerald #63C680
Tints of Emerald #63C680
RGB
CMYK
RGB Variations
Color information
#63C680 (or 0x63C680) is known color: Emerald. HEX triplet: 63, C6 and 80. RGB value is (99,198,128). Sum of RGB (Red+Green+Blue) = 99+198+128=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #63C680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C680 is #9C397F. Grayscale: #A0A0A0. Windows color (decimal): -10238336 or 8439395. OLE color: 8439395.
HSL color Cylindrical-coordinate representation of color #63C680: hue angle of 137.58º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C680 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 198 | 128 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.22 |
| HSL | 137.58º | 0.46% | 0.58% | - |
| HSV(B) | 137.58º | 0.5% | 0.78% | - |
| XYZ | 29.24 | 44.6 | 27.49 | - |
| YUV | 160.42 | 109.7 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 198 | 128 | 0.50 | 0 | 0.35 | 0.22 | 137.58 | 0.46 | 0.58 |
| Hex | 63 | C6 | 80 | 32 | 0 | 23 | 16 | 8A | 2E | 3A |
| Octal | 143 | 306 | 200 | 62 | 0 | 43 | 26 | 212 | 56 | 72 |
| Binary | 1100011 | 11000110 | 10000000 | 110010 | 0 | 100011 | 10110 | 10001010 | 101110 | 111010 |
Color Harmonies of #63C680
Complementary color
Monochromatic Colors of #63C680
Black with #63C680
Text Example
Text Example
White with #63C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C680; }
p { color: rgb(99,198,128); }
H1.HeaderClassName
{
color: #63C680;
}
.AnyTagClassName
{
color: #63C680;
}
</style>
background-color css
<style>
a { background-color: #63C680; }
a { background-color: rgb(99,198,128); }
div.DivClassName
{
background-color: #63C680;
}
.BgClassName
{
background-color: #63C680;
}
</style>
border-color css
<style>
span { border-color: #63C680; }
span { border-color: rgb(99,198,128); }
td.TdClassName
{
border-color: #63C680;
}
.TagClassName
{
border-color: #63C680;
}
</style>