Shades of Puerto Rico #4DC49A
Tints of Puerto Rico #4DC49A
RGB
CMYK
RGB Variations
Color information
#4DC49A (or 0x4DC49A) is known color: Puerto Rico. HEX triplet: 4D, C4 and 9A. RGB value is (77,196,154). Sum of RGB (Red+Green+Blue) = 77+196+154=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC49A is #B23B65. Grayscale: #9B9B9B. Windows color (decimal): -11680614 or 10142797. OLE color: 10142797.
HSL color Cylindrical-coordinate representation of color #4DC49A: hue angle of 158.82º 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 #4DC49A is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 154 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.23 |
| HSL | 158.82º | 0.5% | 0.54% | - |
| HSV(B) | 158.82º | 0.61% | 0.77% | - |
| XYZ | 28.63 | 43.39 | 37.44 | - |
| YUV | 155.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 154 | 0.61 | 0 | 0.21 | 0.23 | 158.82 | 0.5 | 0.54 |
| Hex | 4D | C4 | 9A | 3D | 0 | 15 | 17 | 9F | 32 | 36 |
| Octal | 115 | 304 | 232 | 75 | 0 | 25 | 27 | 237 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10011010 | 111101 | 0 | 10101 | 10111 | 10011111 | 110010 | 110110 |
Color Harmonies of #4DC49A
Complementary color
Monochromatic Colors of #4DC49A
Black with #4DC49A
Text Example
Text Example
White with #4DC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC49A; }
p { color: rgb(77,196,154); }
H1.HeaderClassName
{
color: #4DC49A;
}
.AnyTagClassName
{
color: #4DC49A;
}
</style>
background-color css
<style>
a { background-color: #4DC49A; }
a { background-color: rgb(77,196,154); }
div.DivClassName
{
background-color: #4DC49A;
}
.BgClassName
{
background-color: #4DC49A;
}
</style>
border-color css
<style>
span { border-color: #4DC49A; }
span { border-color: rgb(77,196,154); }
td.TdClassName
{
border-color: #4DC49A;
}
.TagClassName
{
border-color: #4DC49A;
}
</style>