Shades of Puerto Rico #4DC99B
Tints of Puerto Rico #4DC99B
RGB
CMYK
RGB Variations
Color information
#4DC99B (or 0x4DC99B) is known color: Puerto Rico. HEX triplet: 4D, C9 and 9B. RGB value is (77,201,155). Sum of RGB (Red+Green+Blue) = 77+201+155=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC99B is #B23664. Grayscale: #9E9E9E. Windows color (decimal): -11679333 or 10209613. OLE color: 10209613.
HSL color Cylindrical-coordinate representation of color #4DC99B: hue angle of 157.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC99B is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 155 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.21 |
| HSL | 157.74º | 0.53% | 0.55% | - |
| HSV(B) | 157.74º | 0.62% | 0.79% | - |
| XYZ | 29.86 | 45.72 | 38.26 | - |
| YUV | 158.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 155 | 0.62 | 0 | 0.23 | 0.21 | 157.74 | 0.53 | 0.55 |
| Hex | 4D | C9 | 9B | 3E | 0 | 17 | 15 | 9E | 35 | 37 |
| Octal | 115 | 311 | 233 | 76 | 0 | 27 | 25 | 236 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10011011 | 111110 | 0 | 10111 | 10101 | 10011110 | 110101 | 110111 |
Color Harmonies of #4DC99B
Complementary color
Monochromatic Colors of #4DC99B
Black with #4DC99B
Text Example
Text Example
White with #4DC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC99B; }
p { color: rgb(77,201,155); }
H1.HeaderClassName
{
color: #4DC99B;
}
.AnyTagClassName
{
color: #4DC99B;
}
</style>
background-color css
<style>
a { background-color: #4DC99B; }
a { background-color: rgb(77,201,155); }
div.DivClassName
{
background-color: #4DC99B;
}
.BgClassName
{
background-color: #4DC99B;
}
</style>
border-color css
<style>
span { border-color: #4DC99B; }
span { border-color: rgb(77,201,155); }
td.TdClassName
{
border-color: #4DC99B;
}
.TagClassName
{
border-color: #4DC99B;
}
</style>