Shades of Puerto Rico #4DC99A
Tints of Puerto Rico #4DC99A
RGB
CMYK
RGB Variations
Color information
#4DC99A (or 0x4DC99A) is known color: Puerto Rico. HEX triplet: 4D, C9 and 9A. RGB value is (77,201,154). Sum of RGB (Red+Green+Blue) = 77+201+154=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC99A is #B23665. Grayscale: #9E9E9E. Windows color (decimal): -11679334 or 10144077. OLE color: 10144077.
HSL color Cylindrical-coordinate representation of color #4DC99A: hue angle of 157.26º 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 #4DC99A is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 154 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.21 |
| HSL | 157.26º | 0.53% | 0.55% | - |
| HSV(B) | 157.26º | 0.62% | 0.79% | - |
| XYZ | 29.78 | 45.68 | 37.82 | - |
| YUV | 158.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 154 | 0.62 | 0 | 0.23 | 0.21 | 157.26 | 0.53 | 0.55 |
| Hex | 4D | C9 | 9A | 3E | 0 | 17 | 15 | 9D | 35 | 37 |
| Octal | 115 | 311 | 232 | 76 | 0 | 27 | 25 | 235 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10011010 | 111110 | 0 | 10111 | 10101 | 10011101 | 110101 | 110111 |
Color Harmonies of #4DC99A
Complementary color
Monochromatic Colors of #4DC99A
Black with #4DC99A
Text Example
Text Example
White with #4DC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC99A; }
p { color: rgb(77,201,154); }
H1.HeaderClassName
{
color: #4DC99A;
}
.AnyTagClassName
{
color: #4DC99A;
}
</style>
background-color css
<style>
a { background-color: #4DC99A; }
a { background-color: rgb(77,201,154); }
div.DivClassName
{
background-color: #4DC99A;
}
.BgClassName
{
background-color: #4DC99A;
}
</style>
border-color css
<style>
span { border-color: #4DC99A; }
span { border-color: rgb(77,201,154); }
td.TdClassName
{
border-color: #4DC99A;
}
.TagClassName
{
border-color: #4DC99A;
}
</style>