Shades of Puerto Rico #4FCB9D
Tints of Puerto Rico #4FCB9D
RGB
CMYK
RGB Variations
Color information
#4FCB9D (or 0x4FCB9D) is known color: Puerto Rico. HEX triplet: 4F, CB and 9D. RGB value is (79,203,157). Sum of RGB (Red+Green+Blue) = 79+203+157=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCB9D is #B03462. Grayscale: #A0A0A0. Windows color (decimal): -11547747 or 10341199. OLE color: 10341199.
HSL color Cylindrical-coordinate representation of color #4FCB9D: hue angle of 157.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB9D is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 157 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.20 |
| HSL | 157.74º | 0.54% | 0.55% | - |
| HSV(B) | 157.74º | 0.61% | 0.8% | - |
| XYZ | 30.67 | 46.81 | 39.32 | - |
| YUV | 160.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 157 | 0.61 | 0 | 0.23 | 0.20 | 157.74 | 0.54 | 0.55 |
| Hex | 4F | CB | 9D | 3D | 0 | 17 | 14 | 9E | 36 | 37 |
| Octal | 117 | 313 | 235 | 75 | 0 | 27 | 24 | 236 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10011101 | 111101 | 0 | 10111 | 10100 | 10011110 | 110110 | 110111 |
Color Harmonies of #4FCB9D
Complementary color
Monochromatic Colors of #4FCB9D
Black with #4FCB9D
Text Example
Text Example
White with #4FCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB9D; }
p { color: rgb(79,203,157); }
H1.HeaderClassName
{
color: #4FCB9D;
}
.AnyTagClassName
{
color: #4FCB9D;
}
</style>
background-color css
<style>
a { background-color: #4FCB9D; }
a { background-color: rgb(79,203,157); }
div.DivClassName
{
background-color: #4FCB9D;
}
.BgClassName
{
background-color: #4FCB9D;
}
</style>
border-color css
<style>
span { border-color: #4FCB9D; }
span { border-color: rgb(79,203,157); }
td.TdClassName
{
border-color: #4FCB9D;
}
.TagClassName
{
border-color: #4FCB9D;
}
</style>