Shades of Puerto Rico #4FC29D
Tints of Puerto Rico #4FC29D
RGB
CMYK
RGB Variations
Color information
#4FC29D (or 0x4FC29D) is known color: Puerto Rico. HEX triplet: 4F, C2 and 9D. RGB value is (79,194,157). Sum of RGB (Red+Green+Blue) = 79+194+157=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC29D is #B03D62. Grayscale: #9B9B9B. Windows color (decimal): -11550051 or 10338895. OLE color: 10338895.
HSL color Cylindrical-coordinate representation of color #4FC29D: hue angle of 160.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC29D is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 157 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.24 |
| HSL | 160.7º | 0.49% | 0.54% | - |
| HSV(B) | 160.7º | 0.59% | 0.76% | - |
| XYZ | 28.6 | 42.68 | 38.63 | - |
| YUV | 155.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 157 | 0.59 | 0 | 0.19 | 0.24 | 160.7 | 0.49 | 0.54 |
| Hex | 4F | C2 | 9D | 3B | 0 | 13 | 18 | A1 | 31 | 36 |
| Octal | 117 | 302 | 235 | 73 | 0 | 23 | 30 | 241 | 61 | 66 |
| Binary | 1001111 | 11000010 | 10011101 | 111011 | 0 | 10011 | 11000 | 10100001 | 110001 | 110110 |
Color Harmonies of #4FC29D
Complementary color
Monochromatic Colors of #4FC29D
Black with #4FC29D
Text Example
Text Example
White with #4FC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC29D; }
p { color: rgb(79,194,157); }
H1.HeaderClassName
{
color: #4FC29D;
}
.AnyTagClassName
{
color: #4FC29D;
}
</style>
background-color css
<style>
a { background-color: #4FC29D; }
a { background-color: rgb(79,194,157); }
div.DivClassName
{
background-color: #4FC29D;
}
.BgClassName
{
background-color: #4FC29D;
}
</style>
border-color css
<style>
span { border-color: #4FC29D; }
span { border-color: rgb(79,194,157); }
td.TdClassName
{
border-color: #4FC29D;
}
.TagClassName
{
border-color: #4FC29D;
}
</style>