Shades of Puerto Rico #4FC49A
Tints of Puerto Rico #4FC49A
RGB
CMYK
RGB Variations
Color information
#4FC49A (or 0x4FC49A) is known color: Puerto Rico. HEX triplet: 4F, C4 and 9A. RGB value is (79,196,154). Sum of RGB (Red+Green+Blue) = 79+196+154=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #4FC49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC49A is #B03B65. Grayscale: #9C9C9C. Windows color (decimal): -11549542 or 10142799. OLE color: 10142799.
HSL color Cylindrical-coordinate representation of color #4FC49A: hue angle of 158.46º 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 #4FC49A is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 196 | 154 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.23 |
| HSL | 158.46º | 0.5% | 0.54% | - |
| HSV(B) | 158.46º | 0.6% | 0.77% | - |
| XYZ | 28.8 | 43.48 | 37.45 | - |
| YUV | 156.23 | 126.74 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 196 | 154 | 0.60 | 0 | 0.21 | 0.23 | 158.46 | 0.5 | 0.54 |
| Hex | 4F | C4 | 9A | 3C | 0 | 15 | 17 | 9E | 32 | 36 |
| Octal | 117 | 304 | 232 | 74 | 0 | 25 | 27 | 236 | 62 | 66 |
| Binary | 1001111 | 11000100 | 10011010 | 111100 | 0 | 10101 | 10111 | 10011110 | 110010 | 110110 |
Color Harmonies of #4FC49A
Complementary color
Monochromatic Colors of #4FC49A
Black with #4FC49A
Text Example
Text Example
White with #4FC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC49A; }
p { color: rgb(79,196,154); }
H1.HeaderClassName
{
color: #4FC49A;
}
.AnyTagClassName
{
color: #4FC49A;
}
</style>
background-color css
<style>
a { background-color: #4FC49A; }
a { background-color: rgb(79,196,154); }
div.DivClassName
{
background-color: #4FC49A;
}
.BgClassName
{
background-color: #4FC49A;
}
</style>
border-color css
<style>
span { border-color: #4FC49A; }
span { border-color: rgb(79,196,154); }
td.TdClassName
{
border-color: #4FC49A;
}
.TagClassName
{
border-color: #4FC49A;
}
</style>