Shades of Puerto Rico #47C39F
Tints of Puerto Rico #47C39F
RGB
CMYK
RGB Variations
Color information
#47C39F (or 0x47C39F) is known color: Puerto Rico. HEX triplet: 47, C3 and 9F. RGB value is (71,195,159). Sum of RGB (Red+Green+Blue) = 71+195+159=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #47C39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C39F is #B83C60. Grayscale: #999999. Windows color (decimal): -12074081 or 10470215. OLE color: 10470215.
HSL color Cylindrical-coordinate representation of color #47C39F: hue angle of 162.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C39F is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 159 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.24 |
| HSL | 162.58º | 0.51% | 0.52% | - |
| HSV(B) | 162.58º | 0.64% | 0.76% | - |
| XYZ | 28.37 | 42.87 | 39.58 | - |
| YUV | 153.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 159 | 0.64 | 0 | 0.18 | 0.24 | 162.58 | 0.51 | 0.52 |
| Hex | 47 | C3 | 9F | 40 | 0 | 12 | 18 | A3 | 33 | 34 |
| Octal | 107 | 303 | 237 | 100 | 0 | 22 | 30 | 243 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10011111 | 1000000 | 0 | 10010 | 11000 | 10100011 | 110011 | 110100 |
Color Harmonies of #47C39F
Complementary color
Monochromatic Colors of #47C39F
Black with #47C39F
Text Example
Text Example
White with #47C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C39F; }
p { color: rgb(71,195,159); }
H1.HeaderClassName
{
color: #47C39F;
}
.AnyTagClassName
{
color: #47C39F;
}
</style>
background-color css
<style>
a { background-color: #47C39F; }
a { background-color: rgb(71,195,159); }
div.DivClassName
{
background-color: #47C39F;
}
.BgClassName
{
background-color: #47C39F;
}
</style>
border-color css
<style>
span { border-color: #47C39F; }
span { border-color: rgb(71,195,159); }
td.TdClassName
{
border-color: #47C39F;
}
.TagClassName
{
border-color: #47C39F;
}
</style>