Shades of Puerto Rico #4DC097
Tints of Puerto Rico #4DC097
RGB
CMYK
RGB Variations
Color information
#4DC097 (or 0x4DC097) is known color: Puerto Rico. HEX triplet: 4D, C0 and 97. RGB value is (77,192,151). Sum of RGB (Red+Green+Blue) = 77+192+151=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC097 is #B23F68. Grayscale: #989898. Windows color (decimal): -11681641 or 9945165. OLE color: 9945165.
HSL color Cylindrical-coordinate representation of color #4DC097: hue angle of 158.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC097 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 151 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.25 |
| HSL | 158.61º | 0.48% | 0.53% | - |
| HSV(B) | 158.61º | 0.6% | 0.75% | - |
| XYZ | 27.5 | 41.51 | 35.84 | - |
| YUV | 152.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 151 | 0.60 | 0 | 0.21 | 0.25 | 158.61 | 0.48 | 0.53 |
| Hex | 4D | C0 | 97 | 3C | 0 | 15 | 19 | 9F | 30 | 35 |
| Octal | 115 | 300 | 227 | 74 | 0 | 25 | 31 | 237 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10010111 | 111100 | 0 | 10101 | 11001 | 10011111 | 110000 | 110101 |
Color Harmonies of #4DC097
Complementary color
Monochromatic Colors of #4DC097
Black with #4DC097
Text Example
Text Example
White with #4DC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC097; }
p { color: rgb(77,192,151); }
H1.HeaderClassName
{
color: #4DC097;
}
.AnyTagClassName
{
color: #4DC097;
}
</style>
background-color css
<style>
a { background-color: #4DC097; }
a { background-color: rgb(77,192,151); }
div.DivClassName
{
background-color: #4DC097;
}
.BgClassName
{
background-color: #4DC097;
}
</style>
border-color css
<style>
span { border-color: #4DC097; }
span { border-color: rgb(77,192,151); }
td.TdClassName
{
border-color: #4DC097;
}
.TagClassName
{
border-color: #4DC097;
}
</style>