Shades of Puerto Rico #4DC19A
Tints of Puerto Rico #4DC19A
RGB
CMYK
RGB Variations
Color information
#4DC19A (or 0x4DC19A) is known color: Puerto Rico. HEX triplet: 4D, C1 and 9A. RGB value is (77,193,154). Sum of RGB (Red+Green+Blue) = 77+193+154=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC19A is #B23E65. Grayscale: #999999. Windows color (decimal): -11681382 or 10142029. OLE color: 10142029.
HSL color Cylindrical-coordinate representation of color #4DC19A: hue angle of 159.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC19A is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 154 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.24 |
| HSL | 159.83º | 0.48% | 0.53% | - |
| HSV(B) | 159.83º | 0.6% | 0.76% | - |
| XYZ | 27.96 | 42.05 | 37.21 | - |
| YUV | 153.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 154 | 0.60 | 0 | 0.20 | 0.24 | 159.83 | 0.48 | 0.53 |
| Hex | 4D | C1 | 9A | 3C | 0 | 14 | 18 | A0 | 30 | 35 |
| Octal | 115 | 301 | 232 | 74 | 0 | 24 | 30 | 240 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10011010 | 111100 | 0 | 10100 | 11000 | 10100000 | 110000 | 110101 |
Color Harmonies of #4DC19A
Complementary color
Monochromatic Colors of #4DC19A
Black with #4DC19A
Text Example
Text Example
White with #4DC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC19A; }
p { color: rgb(77,193,154); }
H1.HeaderClassName
{
color: #4DC19A;
}
.AnyTagClassName
{
color: #4DC19A;
}
</style>
background-color css
<style>
a { background-color: #4DC19A; }
a { background-color: rgb(77,193,154); }
div.DivClassName
{
background-color: #4DC19A;
}
.BgClassName
{
background-color: #4DC19A;
}
</style>
border-color css
<style>
span { border-color: #4DC19A; }
span { border-color: rgb(77,193,154); }
td.TdClassName
{
border-color: #4DC19A;
}
.TagClassName
{
border-color: #4DC19A;
}
</style>