Shades of Puerto Rico #4CC49D
Tints of Puerto Rico #4CC49D
RGB
CMYK
RGB Variations
Color information
#4CC49D (or 0x4CC49D) is known color: Puerto Rico. HEX triplet: 4C, C4 and 9D. RGB value is (76,196,157). Sum of RGB (Red+Green+Blue) = 76+196+157=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC49D is #B33B62. Grayscale: #9B9B9B. Windows color (decimal): -11746147 or 10339404. OLE color: 10339404.
HSL color Cylindrical-coordinate representation of color #4CC49D: hue angle of 160.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 #4CC49D is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 157 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.23 |
| HSL | 160.5º | 0.5% | 0.53% | - |
| HSV(B) | 160.5º | 0.61% | 0.77% | - |
| XYZ | 28.81 | 43.45 | 38.77 | - |
| YUV | 155.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 157 | 0.61 | 0 | 0.20 | 0.23 | 160.5 | 0.5 | 0.53 |
| Hex | 4C | C4 | 9D | 3D | 0 | 14 | 17 | A0 | 32 | 35 |
| Octal | 114 | 304 | 235 | 75 | 0 | 24 | 27 | 240 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10011101 | 111101 | 0 | 10100 | 10111 | 10100000 | 110010 | 110101 |
Color Harmonies of #4CC49D
Complementary color
Monochromatic Colors of #4CC49D
Black with #4CC49D
Text Example
Text Example
White with #4CC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC49D; }
p { color: rgb(76,196,157); }
H1.HeaderClassName
{
color: #4CC49D;
}
.AnyTagClassName
{
color: #4CC49D;
}
</style>
background-color css
<style>
a { background-color: #4CC49D; }
a { background-color: rgb(76,196,157); }
div.DivClassName
{
background-color: #4CC49D;
}
.BgClassName
{
background-color: #4CC49D;
}
</style>
border-color css
<style>
span { border-color: #4CC49D; }
span { border-color: rgb(76,196,157); }
td.TdClassName
{
border-color: #4CC49D;
}
.TagClassName
{
border-color: #4CC49D;
}
</style>