Shades of Puerto Rico #4CC49B
Tints of Puerto Rico #4CC49B
RGB
CMYK
RGB Variations
Color information
#4CC49B (or 0x4CC49B) is known color: Puerto Rico. HEX triplet: 4C, C4 and 9B. RGB value is (76,196,155). Sum of RGB (Red+Green+Blue) = 76+196+155=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC49B is #B33B64. Grayscale: #9B9B9B. Windows color (decimal): -11746149 or 10208332. OLE color: 10208332.
HSL color Cylindrical-coordinate representation of color #4CC49B: hue angle of 159.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC49B is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 155 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.23 |
| HSL | 159.5º | 0.5% | 0.53% | - |
| HSV(B) | 159.5º | 0.61% | 0.77% | - |
| XYZ | 28.64 | 43.38 | 37.87 | - |
| YUV | 155.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 155 | 0.61 | 0 | 0.21 | 0.23 | 159.5 | 0.5 | 0.53 |
| Hex | 4C | C4 | 9B | 3D | 0 | 15 | 17 | A0 | 32 | 35 |
| Octal | 114 | 304 | 233 | 75 | 0 | 25 | 27 | 240 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10011011 | 111101 | 0 | 10101 | 10111 | 10100000 | 110010 | 110101 |
Color Harmonies of #4CC49B
Complementary color
Monochromatic Colors of #4CC49B
Black with #4CC49B
Text Example
Text Example
White with #4CC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC49B; }
p { color: rgb(76,196,155); }
H1.HeaderClassName
{
color: #4CC49B;
}
.AnyTagClassName
{
color: #4CC49B;
}
</style>
background-color css
<style>
a { background-color: #4CC49B; }
a { background-color: rgb(76,196,155); }
div.DivClassName
{
background-color: #4CC49B;
}
.BgClassName
{
background-color: #4CC49B;
}
</style>
border-color css
<style>
span { border-color: #4CC49B; }
span { border-color: rgb(76,196,155); }
td.TdClassName
{
border-color: #4CC49B;
}
.TagClassName
{
border-color: #4CC49B;
}
</style>