Shades of Puerto Rico #4DB69D
Tints of Puerto Rico #4DB69D
RGB
CMYK
RGB Variations
Color information
#4DB69D (or 0x4DB69D) is known color: Puerto Rico. HEX triplet: 4D, B6 and 9D. RGB value is (77,182,157). Sum of RGB (Red+Green+Blue) = 77+182+157=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB69D is #B24962. Grayscale: #939393. Windows color (decimal): -11684195 or 10335821. OLE color: 10335821.
HSL color Cylindrical-coordinate representation of color #4DB69D: hue angle of 165.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB69D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 157 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.29 |
| HSL | 165.71º | 0.42% | 0.51% | - |
| HSV(B) | 165.71º | 0.58% | 0.71% | - |
| XYZ | 25.87 | 37.47 | 37.77 | - |
| YUV | 147.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 157 | 0.58 | 0 | 0.14 | 0.29 | 165.71 | 0.42 | 0.51 |
| Hex | 4D | B6 | 9D | 3A | 0 | E | 1D | A6 | 2A | 33 |
| Octal | 115 | 266 | 235 | 72 | 0 | 16 | 35 | 246 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10011101 | 111010 | 0 | 1110 | 11101 | 10100110 | 101010 | 110011 |
Color Harmonies of #4DB69D
Complementary color
Monochromatic Colors of #4DB69D
Black with #4DB69D
Text Example
Text Example
White with #4DB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB69D; }
p { color: rgb(77,182,157); }
H1.HeaderClassName
{
color: #4DB69D;
}
.AnyTagClassName
{
color: #4DB69D;
}
</style>
background-color css
<style>
a { background-color: #4DB69D; }
a { background-color: rgb(77,182,157); }
div.DivClassName
{
background-color: #4DB69D;
}
.BgClassName
{
background-color: #4DB69D;
}
</style>
border-color css
<style>
span { border-color: #4DB69D; }
span { border-color: rgb(77,182,157); }
td.TdClassName
{
border-color: #4DB69D;
}
.TagClassName
{
border-color: #4DB69D;
}
</style>