Shades of Puerto Rico #4FC696
Tints of Puerto Rico #4FC696
RGB
CMYK
RGB Variations
Color information
#4FC696 (or 0x4FC696) is known color: Puerto Rico. HEX triplet: 4F, C6 and 96. RGB value is (79,198,150). Sum of RGB (Red+Green+Blue) = 79+198+150=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC696 is #B03969. Grayscale: #9D9D9D. Windows color (decimal): -11549034 or 9881167. OLE color: 9881167.
HSL color Cylindrical-coordinate representation of color #4FC696: hue angle of 155.8º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC696 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 150 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.22 |
| HSL | 155.8º | 0.51% | 0.54% | - |
| HSV(B) | 155.8º | 0.6% | 0.78% | - |
| XYZ | 28.92 | 44.25 | 35.87 | - |
| YUV | 156.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 150 | 0.60 | 0 | 0.24 | 0.22 | 155.8 | 0.51 | 0.54 |
| Hex | 4F | C6 | 96 | 3C | 0 | 18 | 16 | 9C | 33 | 36 |
| Octal | 117 | 306 | 226 | 74 | 0 | 30 | 26 | 234 | 63 | 66 |
| Binary | 1001111 | 11000110 | 10010110 | 111100 | 0 | 11000 | 10110 | 10011100 | 110011 | 110110 |
Color Harmonies of #4FC696
Complementary color
Monochromatic Colors of #4FC696
Black with #4FC696
Text Example
Text Example
White with #4FC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC696; }
p { color: rgb(79,198,150); }
H1.HeaderClassName
{
color: #4FC696;
}
.AnyTagClassName
{
color: #4FC696;
}
</style>
background-color css
<style>
a { background-color: #4FC696; }
a { background-color: rgb(79,198,150); }
div.DivClassName
{
background-color: #4FC696;
}
.BgClassName
{
background-color: #4FC696;
}
</style>
border-color css
<style>
span { border-color: #4FC696; }
span { border-color: rgb(79,198,150); }
td.TdClassName
{
border-color: #4FC696;
}
.TagClassName
{
border-color: #4FC696;
}
</style>