Shades of Puerto Rico #4DCDA7
Tints of Puerto Rico #4DCDA7
RGB
CMYK
RGB Variations
Color information
#4DCDA7 (or 0x4DCDA7) is known color: Puerto Rico. HEX triplet: 4D, CD and A7. RGB value is (77,205,167). Sum of RGB (Red+Green+Blue) = 77+205+167=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCDA7 is #B23258. Grayscale: #A2A2A2. Windows color (decimal): -11678297 or 10997069. OLE color: 10997069.
HSL color Cylindrical-coordinate representation of color #4DCDA7: hue angle of 162.19º 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 #4DCDA7 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 167 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.20 |
| HSL | 162.19º | 0.56% | 0.55% | - |
| HSV(B) | 162.19º | 0.62% | 0.8% | - |
| XYZ | 31.87 | 48.03 | 44.15 | - |
| YUV | 162.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 167 | 0.62 | 0 | 0.19 | 0.20 | 162.19 | 0.56 | 0.55 |
| Hex | 4D | CD | A7 | 3E | 0 | 13 | 14 | A2 | 38 | 37 |
| Octal | 115 | 315 | 247 | 76 | 0 | 23 | 24 | 242 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10100111 | 111110 | 0 | 10011 | 10100 | 10100010 | 111000 | 110111 |
Color Harmonies of #4DCDA7
Complementary color
Monochromatic Colors of #4DCDA7
Black with #4DCDA7
Text Example
Text Example
White with #4DCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDA7; }
p { color: rgb(77,205,167); }
H1.HeaderClassName
{
color: #4DCDA7;
}
.AnyTagClassName
{
color: #4DCDA7;
}
</style>
background-color css
<style>
a { background-color: #4DCDA7; }
a { background-color: rgb(77,205,167); }
div.DivClassName
{
background-color: #4DCDA7;
}
.BgClassName
{
background-color: #4DCDA7;
}
</style>
border-color css
<style>
span { border-color: #4DCDA7; }
span { border-color: rgb(77,205,167); }
td.TdClassName
{
border-color: #4DCDA7;
}
.TagClassName
{
border-color: #4DCDA7;
}
</style>