Shades of Puerto Rico #4EC29B
Tints of Puerto Rico #4EC29B
RGB
CMYK
RGB Variations
Color information
#4EC29B (or 0x4EC29B) is known color: Puerto Rico. HEX triplet: 4E, C2 and 9B. RGB value is (78,194,155). Sum of RGB (Red+Green+Blue) = 78+194+155=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC29B is #B13D64. Grayscale: #9A9A9A. Windows color (decimal): -11615589 or 10207822. OLE color: 10207822.
HSL color Cylindrical-coordinate representation of color #4EC29B: hue angle of 159.83º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC29B is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 155 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.24 |
| HSL | 159.83º | 0.49% | 0.53% | - |
| HSV(B) | 159.83º | 0.6% | 0.76% | - |
| XYZ | 28.35 | 42.57 | 37.73 | - |
| YUV | 154.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 155 | 0.60 | 0 | 0.20 | 0.24 | 159.83 | 0.49 | 0.53 |
| Hex | 4E | C2 | 9B | 3C | 0 | 14 | 18 | A0 | 31 | 35 |
| Octal | 116 | 302 | 233 | 74 | 0 | 24 | 30 | 240 | 61 | 65 |
| Binary | 1001110 | 11000010 | 10011011 | 111100 | 0 | 10100 | 11000 | 10100000 | 110001 | 110101 |
Color Harmonies of #4EC29B
Complementary color
Monochromatic Colors of #4EC29B
Black with #4EC29B
Text Example
Text Example
White with #4EC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC29B; }
p { color: rgb(78,194,155); }
H1.HeaderClassName
{
color: #4EC29B;
}
.AnyTagClassName
{
color: #4EC29B;
}
</style>
background-color css
<style>
a { background-color: #4EC29B; }
a { background-color: rgb(78,194,155); }
div.DivClassName
{
background-color: #4EC29B;
}
.BgClassName
{
background-color: #4EC29B;
}
</style>
border-color css
<style>
span { border-color: #4EC29B; }
span { border-color: rgb(78,194,155); }
td.TdClassName
{
border-color: #4EC29B;
}
.TagClassName
{
border-color: #4EC29B;
}
</style>