Shades of Emerald #63C880
Tints of Emerald #63C880
RGB
CMYK
RGB Variations
Color information
#63C880 (or 0x63C880) is known color: Emerald. HEX triplet: 63, C8 and 80. RGB value is (99,200,128). Sum of RGB (Red+Green+Blue) = 99+200+128=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #63C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C880 is #9C377F. Grayscale: #A1A1A1. Windows color (decimal): -10237824 or 8439907. OLE color: 8439907.
HSL color Cylindrical-coordinate representation of color #63C880: hue angle of 137.23º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C880 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 200 | 128 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.22 |
| HSL | 137.23º | 0.48% | 0.59% | - |
| HSV(B) | 137.23º | 0.51% | 0.78% | - |
| XYZ | 29.7 | 45.52 | 27.64 | - |
| YUV | 161.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 128 | 0.50 | 0 | 0.36 | 0.22 | 137.23 | 0.48 | 0.59 |
| Hex | 63 | C8 | 80 | 32 | 0 | 24 | 16 | 89 | 30 | 3B |
| Octal | 143 | 310 | 200 | 62 | 0 | 44 | 26 | 211 | 60 | 73 |
| Binary | 1100011 | 11001000 | 10000000 | 110010 | 0 | 100100 | 10110 | 10001001 | 110000 | 111011 |
Color Harmonies of #63C880
Complementary color
Monochromatic Colors of #63C880
Black with #63C880
Text Example
Text Example
White with #63C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C880; }
p { color: rgb(99,200,128); }
H1.HeaderClassName
{
color: #63C880;
}
.AnyTagClassName
{
color: #63C880;
}
</style>
background-color css
<style>
a { background-color: #63C880; }
a { background-color: rgb(99,200,128); }
div.DivClassName
{
background-color: #63C880;
}
.BgClassName
{
background-color: #63C880;
}
</style>
border-color css
<style>
span { border-color: #63C880; }
span { border-color: rgb(99,200,128); }
td.TdClassName
{
border-color: #63C880;
}
.TagClassName
{
border-color: #63C880;
}
</style>