Shades of Puerto Rico #4DCDA9
Tints of Puerto Rico #4DCDA9
RGB
CMYK
RGB Variations
Color information
#4DCDA9 (or 0x4DCDA9) is known color: Puerto Rico. HEX triplet: 4D, CD and A9. RGB value is (77,205,169). Sum of RGB (Red+Green+Blue) = 77+205+169=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCDA9 is #B23256. Grayscale: #A2A2A2. Windows color (decimal): -11678295 or 11128141. OLE color: 11128141.
HSL color Cylindrical-coordinate representation of color #4DCDA9: hue angle of 163.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDA9 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 169 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.20 |
| HSL | 163.13º | 0.56% | 0.55% | - |
| HSV(B) | 163.13º | 0.62% | 0.8% | - |
| XYZ | 32.05 | 48.11 | 45.13 | - |
| YUV | 162.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 169 | 0.62 | 0 | 0.18 | 0.20 | 163.13 | 0.56 | 0.55 |
| Hex | 4D | CD | A9 | 3E | 0 | 12 | 14 | A3 | 38 | 37 |
| Octal | 115 | 315 | 251 | 76 | 0 | 22 | 24 | 243 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10101001 | 111110 | 0 | 10010 | 10100 | 10100011 | 111000 | 110111 |
Color Harmonies of #4DCDA9
Complementary color
Monochromatic Colors of #4DCDA9
Black with #4DCDA9
Text Example
Text Example
White with #4DCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDA9; }
p { color: rgb(77,205,169); }
H1.HeaderClassName
{
color: #4DCDA9;
}
.AnyTagClassName
{
color: #4DCDA9;
}
</style>
background-color css
<style>
a { background-color: #4DCDA9; }
a { background-color: rgb(77,205,169); }
div.DivClassName
{
background-color: #4DCDA9;
}
.BgClassName
{
background-color: #4DCDA9;
}
</style>
border-color css
<style>
span { border-color: #4DCDA9; }
span { border-color: rgb(77,205,169); }
td.TdClassName
{
border-color: #4DCDA9;
}
.TagClassName
{
border-color: #4DCDA9;
}
</style>