Shades of Puerto Rico #4FC299
Tints of Puerto Rico #4FC299
RGB
CMYK
RGB Variations
Color information
#4FC299 (or 0x4FC299) is known color: Puerto Rico. HEX triplet: 4F, C2 and 99. RGB value is (79,194,153). Sum of RGB (Red+Green+Blue) = 79+194+153=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC299 is #B03D66. Grayscale: #9A9A9A. Windows color (decimal): -11550055 or 10076751. OLE color: 10076751.
HSL color Cylindrical-coordinate representation of color #4FC299: hue angle of 158.61º 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 #4FC299 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 153 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.24 |
| HSL | 158.61º | 0.49% | 0.54% | - |
| HSV(B) | 158.61º | 0.59% | 0.76% | - |
| XYZ | 28.27 | 42.55 | 36.86 | - |
| YUV | 154.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 153 | 0.59 | 0 | 0.21 | 0.24 | 158.61 | 0.49 | 0.54 |
| Hex | 4F | C2 | 99 | 3B | 0 | 15 | 18 | 9F | 31 | 36 |
| Octal | 117 | 302 | 231 | 73 | 0 | 25 | 30 | 237 | 61 | 66 |
| Binary | 1001111 | 11000010 | 10011001 | 111011 | 0 | 10101 | 11000 | 10011111 | 110001 | 110110 |
Color Harmonies of #4FC299
Complementary color
Monochromatic Colors of #4FC299
Black with #4FC299
Text Example
Text Example
White with #4FC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC299; }
p { color: rgb(79,194,153); }
H1.HeaderClassName
{
color: #4FC299;
}
.AnyTagClassName
{
color: #4FC299;
}
</style>
background-color css
<style>
a { background-color: #4FC299; }
a { background-color: rgb(79,194,153); }
div.DivClassName
{
background-color: #4FC299;
}
.BgClassName
{
background-color: #4FC299;
}
</style>
border-color css
<style>
span { border-color: #4FC299; }
span { border-color: rgb(79,194,153); }
td.TdClassName
{
border-color: #4FC299;
}
.TagClassName
{
border-color: #4FC299;
}
</style>