Shades of Emerald #47D264
Tints of Emerald #47D264
RGB
CMYK
RGB Variations
Color information
#47D264 (or 0x47D264) is known color: Emerald. HEX triplet: 47, D2 and 64. RGB value is (71,210,100). Sum of RGB (Red+Green+Blue) = 71+210+100=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #47D264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D264 is #B82D9B. Grayscale: #9C9C9C. Windows color (decimal): -12070300 or 6607431. OLE color: 6607431.
HSL color Cylindrical-coordinate representation of color #47D264: hue angle of 132.52º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D264 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 210 | 100 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.18 |
| HSL | 132.52º | 0.61% | 0.55% | - |
| HSV(B) | 132.52º | 0.66% | 0.82% | - |
| XYZ | 27.95 | 48.35 | 19.92 | - |
| YUV | 155.9 | 96.45 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 100 | 0.66 | 0 | 0.52 | 0.18 | 132.52 | 0.61 | 0.55 |
| Hex | 47 | D2 | 64 | 42 | 0 | 34 | 12 | 85 | 3D | 37 |
| Octal | 107 | 322 | 144 | 102 | 0 | 64 | 22 | 205 | 75 | 67 |
| Binary | 1000111 | 11010010 | 1100100 | 1000010 | 0 | 110100 | 10010 | 10000101 | 111101 | 110111 |
Color Harmonies of #47D264
Complementary color
Monochromatic Colors of #47D264
Black with #47D264
Text Example
Text Example
White with #47D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D264; }
p { color: rgb(71,210,100); }
H1.HeaderClassName
{
color: #47D264;
}
.AnyTagClassName
{
color: #47D264;
}
</style>
background-color css
<style>
a { background-color: #47D264; }
a { background-color: rgb(71,210,100); }
div.DivClassName
{
background-color: #47D264;
}
.BgClassName
{
background-color: #47D264;
}
</style>
border-color css
<style>
span { border-color: #47D264; }
span { border-color: rgb(71,210,100); }
td.TdClassName
{
border-color: #47D264;
}
.TagClassName
{
border-color: #47D264;
}
</style>