Shades of Emerald #47C468
Tints of Emerald #47C468
RGB
CMYK
RGB Variations
Color information
#47C468 (or 0x47C468) is known color: Emerald. HEX triplet: 47, C4 and 68. RGB value is (71,196,104). Sum of RGB (Red+Green+Blue) = 71+196+104=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #47C468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C468 is #B83B97. Grayscale: #949494. Windows color (decimal): -12073880 or 6865991. OLE color: 6865991.
HSL color Cylindrical-coordinate representation of color #47C468: hue angle of 135.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C468 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 104 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.23 |
| HSL | 135.84º | 0.51% | 0.52% | - |
| HSV(B) | 135.84º | 0.64% | 0.77% | - |
| XYZ | 24.84 | 41.82 | 19.86 | - |
| YUV | 148.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 104 | 0.64 | 0 | 0.47 | 0.23 | 135.84 | 0.51 | 0.52 |
| Hex | 47 | C4 | 68 | 40 | 0 | 2F | 17 | 88 | 33 | 34 |
| Octal | 107 | 304 | 150 | 100 | 0 | 57 | 27 | 210 | 63 | 64 |
| Binary | 1000111 | 11000100 | 1101000 | 1000000 | 0 | 101111 | 10111 | 10001000 | 110011 | 110100 |
Color Harmonies of #47C468
Complementary color
Monochromatic Colors of #47C468
Black with #47C468
Text Example
Text Example
White with #47C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C468; }
p { color: rgb(71,196,104); }
H1.HeaderClassName
{
color: #47C468;
}
.AnyTagClassName
{
color: #47C468;
}
</style>
background-color css
<style>
a { background-color: #47C468; }
a { background-color: rgb(71,196,104); }
div.DivClassName
{
background-color: #47C468;
}
.BgClassName
{
background-color: #47C468;
}
</style>
border-color css
<style>
span { border-color: #47C468; }
span { border-color: rgb(71,196,104); }
td.TdClassName
{
border-color: #47C468;
}
.TagClassName
{
border-color: #47C468;
}
</style>