Shades of Puerto Rico #4DC49C
Tints of Puerto Rico #4DC49C
RGB
CMYK
RGB Variations
Color information
#4DC49C (or 0x4DC49C) is known color: Puerto Rico. HEX triplet: 4D, C4 and 9C. RGB value is (77,196,156). Sum of RGB (Red+Green+Blue) = 77+196+156=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC49C is #B23B63. Grayscale: #9B9B9B. Windows color (decimal): -11680612 or 10273869. OLE color: 10273869.
HSL color Cylindrical-coordinate representation of color #4DC49C: hue angle of 159.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC49C is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 156 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.23 |
| HSL | 159.83º | 0.5% | 0.54% | - |
| HSV(B) | 159.83º | 0.61% | 0.77% | - |
| XYZ | 28.8 | 43.46 | 38.32 | - |
| YUV | 155.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 156 | 0.61 | 0 | 0.20 | 0.23 | 159.83 | 0.5 | 0.54 |
| Hex | 4D | C4 | 9C | 3D | 0 | 14 | 17 | A0 | 32 | 36 |
| Octal | 115 | 304 | 234 | 75 | 0 | 24 | 27 | 240 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10011100 | 111101 | 0 | 10100 | 10111 | 10100000 | 110010 | 110110 |
Color Harmonies of #4DC49C
Complementary color
Monochromatic Colors of #4DC49C
Black with #4DC49C
Text Example
Text Example
White with #4DC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC49C; }
p { color: rgb(77,196,156); }
H1.HeaderClassName
{
color: #4DC49C;
}
.AnyTagClassName
{
color: #4DC49C;
}
</style>
background-color css
<style>
a { background-color: #4DC49C; }
a { background-color: rgb(77,196,156); }
div.DivClassName
{
background-color: #4DC49C;
}
.BgClassName
{
background-color: #4DC49C;
}
</style>
border-color css
<style>
span { border-color: #4DC49C; }
span { border-color: rgb(77,196,156); }
td.TdClassName
{
border-color: #4DC49C;
}
.TagClassName
{
border-color: #4DC49C;
}
</style>