Shades of Emerald #63BF7D
Tints of Emerald #63BF7D
RGB
CMYK
RGB Variations
Color information
#63BF7D (or 0x63BF7D) is known color: Emerald. HEX triplet: 63, BF and 7D. RGB value is (99,191,125). Sum of RGB (Red+Green+Blue) = 99+191+125=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BF7D is #9C4082. Grayscale: #9C9C9C. Windows color (decimal): -10240131 or 8240995. OLE color: 8240995.
HSL color Cylindrical-coordinate representation of color #63BF7D: hue angle of 136.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BF7D is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 125 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.25 |
| HSL | 136.96º | 0.42% | 0.57% | - |
| HSV(B) | 136.96º | 0.48% | 0.75% | - |
| XYZ | 27.48 | 41.39 | 25.94 | - |
| YUV | 155.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 125 | 0.48 | 0 | 0.35 | 0.25 | 136.96 | 0.42 | 0.57 |
| Hex | 63 | BF | 7D | 30 | 0 | 23 | 19 | 89 | 2A | 39 |
| Octal | 143 | 277 | 175 | 60 | 0 | 43 | 31 | 211 | 52 | 71 |
| Binary | 1100011 | 10111111 | 1111101 | 110000 | 0 | 100011 | 11001 | 10001001 | 101010 | 111001 |
Color Harmonies of #63BF7D
Complementary color
Monochromatic Colors of #63BF7D
Black with #63BF7D
Text Example
Text Example
White with #63BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BF7D; }
p { color: rgb(99,191,125); }
H1.HeaderClassName
{
color: #63BF7D;
}
.AnyTagClassName
{
color: #63BF7D;
}
</style>
background-color css
<style>
a { background-color: #63BF7D; }
a { background-color: rgb(99,191,125); }
div.DivClassName
{
background-color: #63BF7D;
}
.BgClassName
{
background-color: #63BF7D;
}
</style>
border-color css
<style>
span { border-color: #63BF7D; }
span { border-color: rgb(99,191,125); }
td.TdClassName
{
border-color: #63BF7D;
}
.TagClassName
{
border-color: #63BF7D;
}
</style>