Shades of Puerto Rico #4DC697
Tints of Puerto Rico #4DC697
RGB
CMYK
RGB Variations
Color information
#4DC697 (or 0x4DC697) is known color: Puerto Rico. HEX triplet: 4D, C6 and 97. RGB value is (77,198,151). Sum of RGB (Red+Green+Blue) = 77+198+151=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC697 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC697 is #B23968. Grayscale: #9C9C9C. Windows color (decimal): -11680105 or 9946701. OLE color: 9946701.
HSL color Cylindrical-coordinate representation of color #4DC697: hue angle of 156.69º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC697 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 151 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.22 |
| HSL | 156.69º | 0.51% | 0.54% | - |
| HSV(B) | 156.69º | 0.61% | 0.78% | - |
| XYZ | 28.84 | 44.2 | 36.29 | - |
| YUV | 156.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 151 | 0.61 | 0 | 0.24 | 0.22 | 156.69 | 0.51 | 0.54 |
| Hex | 4D | C6 | 97 | 3D | 0 | 18 | 16 | 9D | 33 | 36 |
| Octal | 115 | 306 | 227 | 75 | 0 | 30 | 26 | 235 | 63 | 66 |
| Binary | 1001101 | 11000110 | 10010111 | 111101 | 0 | 11000 | 10110 | 10011101 | 110011 | 110110 |
Color Harmonies of #4DC697
Complementary color
Monochromatic Colors of #4DC697
Black with #4DC697
Text Example
Text Example
White with #4DC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC697; }
p { color: rgb(77,198,151); }
H1.HeaderClassName
{
color: #4DC697;
}
.AnyTagClassName
{
color: #4DC697;
}
</style>
background-color css
<style>
a { background-color: #4DC697; }
a { background-color: rgb(77,198,151); }
div.DivClassName
{
background-color: #4DC697;
}
.BgClassName
{
background-color: #4DC697;
}
</style>
border-color css
<style>
span { border-color: #4DC697; }
span { border-color: rgb(77,198,151); }
td.TdClassName
{
border-color: #4DC697;
}
.TagClassName
{
border-color: #4DC697;
}
</style>