Shades of Emerald #47C268
Tints of Emerald #47C268
RGB
CMYK
RGB Variations
Color information
#47C268 (or 0x47C268) is known color: Emerald. HEX triplet: 47, C2 and 68. RGB value is (71,194,104). Sum of RGB (Red+Green+Blue) = 71+194+104=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #47C268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C268 is #B83D97. Grayscale: #939393. Windows color (decimal): -12074392 or 6865479. OLE color: 6865479.
HSL color Cylindrical-coordinate representation of color #47C268: hue angle of 136.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C268 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 104 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.24 |
| HSL | 136.1º | 0.5% | 0.52% | - |
| HSV(B) | 136.1º | 0.63% | 0.76% | - |
| XYZ | 24.39 | 40.92 | 19.71 | - |
| YUV | 146.96 | 103.75 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 104 | 0.63 | 0 | 0.46 | 0.24 | 136.1 | 0.5 | 0.52 |
| Hex | 47 | C2 | 68 | 3F | 0 | 2E | 18 | 88 | 32 | 34 |
| Octal | 107 | 302 | 150 | 77 | 0 | 56 | 30 | 210 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1101000 | 111111 | 0 | 101110 | 11000 | 10001000 | 110010 | 110100 |
Color Harmonies of #47C268
Complementary color
Monochromatic Colors of #47C268
Black with #47C268
Text Example
Text Example
White with #47C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C268; }
p { color: rgb(71,194,104); }
H1.HeaderClassName
{
color: #47C268;
}
.AnyTagClassName
{
color: #47C268;
}
</style>
background-color css
<style>
a { background-color: #47C268; }
a { background-color: rgb(71,194,104); }
div.DivClassName
{
background-color: #47C268;
}
.BgClassName
{
background-color: #47C268;
}
</style>
border-color css
<style>
span { border-color: #47C268; }
span { border-color: rgb(71,194,104); }
td.TdClassName
{
border-color: #47C268;
}
.TagClassName
{
border-color: #47C268;
}
</style>