Shades of Puerto Rico #4EC69F
Tints of Puerto Rico #4EC69F
RGB
CMYK
RGB Variations
Color information
#4EC69F (or 0x4EC69F) is known color: Puerto Rico. HEX triplet: 4E, C6 and 9F. RGB value is (78,198,159). Sum of RGB (Red+Green+Blue) = 78+198+159=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC69F is #B13960. Grayscale: #9D9D9D. Windows color (decimal): -11614561 or 10470990. OLE color: 10470990.
HSL color Cylindrical-coordinate representation of color #4EC69F: hue angle of 160.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC69F is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 159 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.22 |
| HSL | 160.5º | 0.51% | 0.54% | - |
| HSV(B) | 160.5º | 0.61% | 0.78% | - |
| XYZ | 29.59 | 44.51 | 39.83 | - |
| YUV | 157.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 159 | 0.61 | 0 | 0.20 | 0.22 | 160.5 | 0.51 | 0.54 |
| Hex | 4E | C6 | 9F | 3D | 0 | 14 | 16 | A0 | 33 | 36 |
| Octal | 116 | 306 | 237 | 75 | 0 | 24 | 26 | 240 | 63 | 66 |
| Binary | 1001110 | 11000110 | 10011111 | 111101 | 0 | 10100 | 10110 | 10100000 | 110011 | 110110 |
Color Harmonies of #4EC69F
Complementary color
Monochromatic Colors of #4EC69F
Black with #4EC69F
Text Example
Text Example
White with #4EC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC69F; }
p { color: rgb(78,198,159); }
H1.HeaderClassName
{
color: #4EC69F;
}
.AnyTagClassName
{
color: #4EC69F;
}
</style>
background-color css
<style>
a { background-color: #4EC69F; }
a { background-color: rgb(78,198,159); }
div.DivClassName
{
background-color: #4EC69F;
}
.BgClassName
{
background-color: #4EC69F;
}
</style>
border-color css
<style>
span { border-color: #4EC69F; }
span { border-color: rgb(78,198,159); }
td.TdClassName
{
border-color: #4EC69F;
}
.TagClassName
{
border-color: #4EC69F;
}
</style>