Shades of Puerto Rico #4DC299
Tints of Puerto Rico #4DC299
RGB
CMYK
RGB Variations
Color information
#4DC299 (or 0x4DC299) is known color: Puerto Rico. HEX triplet: 4D, C2 and 99. RGB value is (77,194,153). Sum of RGB (Red+Green+Blue) = 77+194+153=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC299 is #B23D66. Grayscale: #9A9A9A. Windows color (decimal): -11681127 or 10076749. OLE color: 10076749.
HSL color Cylindrical-coordinate representation of color #4DC299: hue angle of 158.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC299 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 153 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.24 |
| HSL | 158.97º | 0.49% | 0.53% | - |
| HSV(B) | 158.97º | 0.6% | 0.76% | - |
| XYZ | 28.1 | 42.46 | 36.85 | - |
| YUV | 154.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 153 | 0.60 | 0 | 0.21 | 0.24 | 158.97 | 0.49 | 0.53 |
| Hex | 4D | C2 | 99 | 3C | 0 | 15 | 18 | 9F | 31 | 35 |
| Octal | 115 | 302 | 231 | 74 | 0 | 25 | 30 | 237 | 61 | 65 |
| Binary | 1001101 | 11000010 | 10011001 | 111100 | 0 | 10101 | 11000 | 10011111 | 110001 | 110101 |
Color Harmonies of #4DC299
Complementary color
Monochromatic Colors of #4DC299
Black with #4DC299
Text Example
Text Example
White with #4DC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC299; }
p { color: rgb(77,194,153); }
H1.HeaderClassName
{
color: #4DC299;
}
.AnyTagClassName
{
color: #4DC299;
}
</style>
background-color css
<style>
a { background-color: #4DC299; }
a { background-color: rgb(77,194,153); }
div.DivClassName
{
background-color: #4DC299;
}
.BgClassName
{
background-color: #4DC299;
}
</style>
border-color css
<style>
span { border-color: #4DC299; }
span { border-color: rgb(77,194,153); }
td.TdClassName
{
border-color: #4DC299;
}
.TagClassName
{
border-color: #4DC299;
}
</style>