Shades of Emerald #47CB6A
Tints of Emerald #47CB6A
RGB
CMYK
RGB Variations
Color information
#47CB6A (or 0x47CB6A) is known color: Emerald. HEX triplet: 47, CB and 6A. RGB value is (71,203,106). Sum of RGB (Red+Green+Blue) = 71+203+106=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CB6A is #B83495. Grayscale: #989898. Windows color (decimal): -12072086 or 6998855. OLE color: 6998855.
HSL color Cylindrical-coordinate representation of color #47CB6A: hue angle of 135.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB6A is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 106 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.20 |
| HSL | 135.91º | 0.56% | 0.54% | - |
| HSV(B) | 135.91º | 0.65% | 0.8% | - |
| XYZ | 26.56 | 45.09 | 20.94 | - |
| YUV | 152.47 | 101.77 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 106 | 0.65 | 0 | 0.48 | 0.20 | 135.91 | 0.56 | 0.54 |
| Hex | 47 | CB | 6A | 41 | 0 | 30 | 14 | 88 | 38 | 36 |
| Octal | 107 | 313 | 152 | 101 | 0 | 60 | 24 | 210 | 70 | 66 |
| Binary | 1000111 | 11001011 | 1101010 | 1000001 | 0 | 110000 | 10100 | 10001000 | 111000 | 110110 |
Color Harmonies of #47CB6A
Complementary color
Monochromatic Colors of #47CB6A
Black with #47CB6A
Text Example
Text Example
White with #47CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB6A; }
p { color: rgb(71,203,106); }
H1.HeaderClassName
{
color: #47CB6A;
}
.AnyTagClassName
{
color: #47CB6A;
}
</style>
background-color css
<style>
a { background-color: #47CB6A; }
a { background-color: rgb(71,203,106); }
div.DivClassName
{
background-color: #47CB6A;
}
.BgClassName
{
background-color: #47CB6A;
}
</style>
border-color css
<style>
span { border-color: #47CB6A; }
span { border-color: rgb(71,203,106); }
td.TdClassName
{
border-color: #47CB6A;
}
.TagClassName
{
border-color: #47CB6A;
}
</style>