Shades of Puerto Rico #4FCD9E
Tints of Puerto Rico #4FCD9E
RGB
CMYK
RGB Variations
Color information
#4FCD9E (or 0x4FCD9E) is known color: Puerto Rico. HEX triplet: 4F, CD and 9E. RGB value is (79,205,158). Sum of RGB (Red+Green+Blue) = 79+205+158=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCD9E is #B03261. Grayscale: #A2A2A2. Windows color (decimal): -11547234 or 10407247. OLE color: 10407247.
HSL color Cylindrical-coordinate representation of color #4FCD9E: hue angle of 157.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCD9E is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 158 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.20 |
| HSL | 157.62º | 0.56% | 0.56% | - |
| HSV(B) | 157.62º | 0.61% | 0.8% | - |
| XYZ | 31.23 | 47.79 | 39.93 | - |
| YUV | 161.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 158 | 0.61 | 0 | 0.23 | 0.20 | 157.62 | 0.56 | 0.56 |
| Hex | 4F | CD | 9E | 3D | 0 | 17 | 14 | 9E | 38 | 38 |
| Octal | 117 | 315 | 236 | 75 | 0 | 27 | 24 | 236 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10011110 | 111101 | 0 | 10111 | 10100 | 10011110 | 111000 | 111000 |
Color Harmonies of #4FCD9E
Complementary color
Monochromatic Colors of #4FCD9E
Black with #4FCD9E
Text Example
Text Example
White with #4FCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD9E; }
p { color: rgb(79,205,158); }
H1.HeaderClassName
{
color: #4FCD9E;
}
.AnyTagClassName
{
color: #4FCD9E;
}
</style>
background-color css
<style>
a { background-color: #4FCD9E; }
a { background-color: rgb(79,205,158); }
div.DivClassName
{
background-color: #4FCD9E;
}
.BgClassName
{
background-color: #4FCD9E;
}
</style>
border-color css
<style>
span { border-color: #4FCD9E; }
span { border-color: rgb(79,205,158); }
td.TdClassName
{
border-color: #4FCD9E;
}
.TagClassName
{
border-color: #4FCD9E;
}
</style>