Shades of Puerto Rico #4DC69F
Tints of Puerto Rico #4DC69F
RGB
CMYK
RGB Variations
Color information
#4DC69F (or 0x4DC69F) is known color: Puerto Rico. HEX triplet: 4D, C6 and 9F. RGB value is (77,198,159). Sum of RGB (Red+Green+Blue) = 77+198+159=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC69F is #B23960. Grayscale: #9D9D9D. Windows color (decimal): -11680097 or 10470989. OLE color: 10470989.
HSL color Cylindrical-coordinate representation of color #4DC69F: hue angle of 160.66º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC69F is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 159 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.22 |
| HSL | 160.66º | 0.51% | 0.54% | - |
| HSV(B) | 160.66º | 0.61% | 0.78% | - |
| XYZ | 29.51 | 44.47 | 39.83 | - |
| YUV | 157.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 159 | 0.61 | 0 | 0.20 | 0.22 | 160.66 | 0.51 | 0.54 |
| Hex | 4D | C6 | 9F | 3D | 0 | 14 | 16 | A1 | 33 | 36 |
| Octal | 115 | 306 | 237 | 75 | 0 | 24 | 26 | 241 | 63 | 66 |
| Binary | 1001101 | 11000110 | 10011111 | 111101 | 0 | 10100 | 10110 | 10100001 | 110011 | 110110 |
Color Harmonies of #4DC69F
Complementary color
Monochromatic Colors of #4DC69F
Black with #4DC69F
Text Example
Text Example
White with #4DC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC69F; }
p { color: rgb(77,198,159); }
H1.HeaderClassName
{
color: #4DC69F;
}
.AnyTagClassName
{
color: #4DC69F;
}
</style>
background-color css
<style>
a { background-color: #4DC69F; }
a { background-color: rgb(77,198,159); }
div.DivClassName
{
background-color: #4DC69F;
}
.BgClassName
{
background-color: #4DC69F;
}
</style>
border-color css
<style>
span { border-color: #4DC69F; }
span { border-color: rgb(77,198,159); }
td.TdClassName
{
border-color: #4DC69F;
}
.TagClassName
{
border-color: #4DC69F;
}
</style>