Shades of Puerto Rico #4EC49B
Tints of Puerto Rico #4EC49B
RGB
CMYK
RGB Variations
Color information
#4EC49B (or 0x4EC49B) is known color: Puerto Rico. HEX triplet: 4E, C4 and 9B. RGB value is (78,196,155). Sum of RGB (Red+Green+Blue) = 78+196+155=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC49B is #B13B64. Grayscale: #9C9C9C. Windows color (decimal): -11615077 or 10208334. OLE color: 10208334.
HSL color Cylindrical-coordinate representation of color #4EC49B: hue angle of 159.15º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC49B is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 155 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.23 |
| HSL | 159.15º | 0.5% | 0.54% | - |
| HSV(B) | 159.15º | 0.6% | 0.77% | - |
| XYZ | 28.8 | 43.47 | 37.88 | - |
| YUV | 156.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 155 | 0.60 | 0 | 0.21 | 0.23 | 159.15 | 0.5 | 0.54 |
| Hex | 4E | C4 | 9B | 3C | 0 | 15 | 17 | 9F | 32 | 36 |
| Octal | 116 | 304 | 233 | 74 | 0 | 25 | 27 | 237 | 62 | 66 |
| Binary | 1001110 | 11000100 | 10011011 | 111100 | 0 | 10101 | 10111 | 10011111 | 110010 | 110110 |
Color Harmonies of #4EC49B
Complementary color
Monochromatic Colors of #4EC49B
Black with #4EC49B
Text Example
Text Example
White with #4EC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC49B; }
p { color: rgb(78,196,155); }
H1.HeaderClassName
{
color: #4EC49B;
}
.AnyTagClassName
{
color: #4EC49B;
}
</style>
background-color css
<style>
a { background-color: #4EC49B; }
a { background-color: rgb(78,196,155); }
div.DivClassName
{
background-color: #4EC49B;
}
.BgClassName
{
background-color: #4EC49B;
}
</style>
border-color css
<style>
span { border-color: #4EC49B; }
span { border-color: rgb(78,196,155); }
td.TdClassName
{
border-color: #4EC49B;
}
.TagClassName
{
border-color: #4EC49B;
}
</style>