Shades of Emerald #63DC85
Tints of Emerald #63DC85
RGB
CMYK
RGB Variations
Color information
#63DC85 (or 0x63DC85) is known color: Emerald. HEX triplet: 63, DC and 85. RGB value is (99,220,133). Sum of RGB (Red+Green+Blue) = 99+220+133=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #63DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63DC85 is #9C237A. Grayscale: #AEAEAE. Windows color (decimal): -10232699 or 8772707. OLE color: 8772707.
HSL color Cylindrical-coordinate representation of color #63DC85: hue angle of 136.86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DC85 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 133 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.14 |
| HSL | 136.86º | 0.63% | 0.63% | - |
| HSV(B) | 136.86º | 0.55% | 0.86% | - |
| XYZ | 34.97 | 55.53 | 31.07 | - |
| YUV | 173.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 133 | 0.55 | 0 | 0.40 | 0.14 | 136.86 | 0.63 | 0.63 |
| Hex | 63 | DC | 85 | 37 | 0 | 28 | E | 89 | 3F | 3F |
| Octal | 143 | 334 | 205 | 67 | 0 | 50 | 16 | 211 | 77 | 77 |
| Binary | 1100011 | 11011100 | 10000101 | 110111 | 0 | 101000 | 1110 | 10001001 | 111111 | 111111 |
Color Harmonies of #63DC85
Complementary color
Monochromatic Colors of #63DC85
Black with #63DC85
Text Example
Text Example
White with #63DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DC85; }
p { color: rgb(99,220,133); }
H1.HeaderClassName
{
color: #63DC85;
}
.AnyTagClassName
{
color: #63DC85;
}
</style>
background-color css
<style>
a { background-color: #63DC85; }
a { background-color: rgb(99,220,133); }
div.DivClassName
{
background-color: #63DC85;
}
.BgClassName
{
background-color: #63DC85;
}
</style>
border-color css
<style>
span { border-color: #63DC85; }
span { border-color: rgb(99,220,133); }
td.TdClassName
{
border-color: #63DC85;
}
.TagClassName
{
border-color: #63DC85;
}
</style>