Shades of Puerto Rico #4FCC98
Tints of Puerto Rico #4FCC98
RGB
CMYK
RGB Variations
Color information
#4FCC98 (or 0x4FCC98) is known color: Puerto Rico. HEX triplet: 4F, CC and 98. RGB value is (79,204,152). Sum of RGB (Red+Green+Blue) = 79+204+152=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCC98 is #B03367. Grayscale: #A0A0A0. Windows color (decimal): -11547496 or 10013775. OLE color: 10013775.
HSL color Cylindrical-coordinate representation of color #4FCC98: hue angle of 155.04º degrees, saturation: 0.55, 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 #4FCC98 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 152 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.2 |
| HSL | 155.04º | 0.55% | 0.55% | - |
| HSV(B) | 155.04º | 0.61% | 0.8% | - |
| XYZ | 30.48 | 47.11 | 37.19 | - |
| YUV | 160.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 152 | 0.61 | 0 | 0.25 | 0.2 | 155.04 | 0.55 | 0.55 |
| Hex | 4F | CC | 98 | 3D | 0 | 19 | 14 | 9B | 37 | 37 |
| Octal | 117 | 314 | 230 | 75 | 0 | 31 | 24 | 233 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10011000 | 111101 | 0 | 11001 | 10100 | 10011011 | 110111 | 110111 |
Color Harmonies of #4FCC98
Complementary color
Monochromatic Colors of #4FCC98
Black with #4FCC98
Text Example
Text Example
White with #4FCC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC98; }
p { color: rgb(79,204,152); }
H1.HeaderClassName
{
color: #4FCC98;
}
.AnyTagClassName
{
color: #4FCC98;
}
</style>
background-color css
<style>
a { background-color: #4FCC98; }
a { background-color: rgb(79,204,152); }
div.DivClassName
{
background-color: #4FCC98;
}
.BgClassName
{
background-color: #4FCC98;
}
</style>
border-color css
<style>
span { border-color: #4FCC98; }
span { border-color: rgb(79,204,152); }
td.TdClassName
{
border-color: #4FCC98;
}
.TagClassName
{
border-color: #4FCC98;
}
</style>