Shades of Puerto Rico #4EC49A
Tints of Puerto Rico #4EC49A
RGB
CMYK
RGB Variations
Color information
#4EC49A (or 0x4EC49A) is known color: Puerto Rico. HEX triplet: 4E, C4 and 9A. RGB value is (78,196,154). Sum of RGB (Red+Green+Blue) = 78+196+154=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC49A is #B13B65. Grayscale: #9B9B9B. Windows color (decimal): -11615078 or 10142798. OLE color: 10142798.
HSL color Cylindrical-coordinate representation of color #4EC49A: hue angle of 158.64º 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 #4EC49A is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 154 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.23 |
| HSL | 158.64º | 0.5% | 0.54% | - |
| HSV(B) | 158.64º | 0.6% | 0.77% | - |
| XYZ | 28.71 | 43.43 | 37.44 | - |
| YUV | 155.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 154 | 0.60 | 0 | 0.21 | 0.23 | 158.64 | 0.5 | 0.54 |
| Hex | 4E | C4 | 9A | 3C | 0 | 15 | 17 | 9F | 32 | 36 |
| Octal | 116 | 304 | 232 | 74 | 0 | 25 | 27 | 237 | 62 | 66 |
| Binary | 1001110 | 11000100 | 10011010 | 111100 | 0 | 10101 | 10111 | 10011111 | 110010 | 110110 |
Color Harmonies of #4EC49A
Complementary color
Monochromatic Colors of #4EC49A
Black with #4EC49A
Text Example
Text Example
White with #4EC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC49A; }
p { color: rgb(78,196,154); }
H1.HeaderClassName
{
color: #4EC49A;
}
.AnyTagClassName
{
color: #4EC49A;
}
</style>
background-color css
<style>
a { background-color: #4EC49A; }
a { background-color: rgb(78,196,154); }
div.DivClassName
{
background-color: #4EC49A;
}
.BgClassName
{
background-color: #4EC49A;
}
</style>
border-color css
<style>
span { border-color: #4EC49A; }
span { border-color: rgb(78,196,154); }
td.TdClassName
{
border-color: #4EC49A;
}
.TagClassName
{
border-color: #4EC49A;
}
</style>