Shades of Puerto Rico #4DBF98
Tints of Puerto Rico #4DBF98
RGB
CMYK
RGB Variations
Color information
#4DBF98 (or 0x4DBF98) is known color: Puerto Rico. HEX triplet: 4D, BF and 98. RGB value is (77,191,152). Sum of RGB (Red+Green+Blue) = 77+191+152=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF98 is #B24067. Grayscale: #989898. Windows color (decimal): -11681896 or 10010445. OLE color: 10010445.
HSL color Cylindrical-coordinate representation of color #4DBF98: hue angle of 159.47º degrees, saturation: 0.47, 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 #4DBF98 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 152 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.25 |
| HSL | 159.47º | 0.47% | 0.53% | - |
| HSV(B) | 159.47º | 0.6% | 0.75% | - |
| XYZ | 27.36 | 41.11 | 36.2 | - |
| YUV | 152.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 152 | 0.60 | 0 | 0.20 | 0.25 | 159.47 | 0.47 | 0.53 |
| Hex | 4D | BF | 98 | 3C | 0 | 14 | 19 | 9F | 2F | 35 |
| Octal | 115 | 277 | 230 | 74 | 0 | 24 | 31 | 237 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10011000 | 111100 | 0 | 10100 | 11001 | 10011111 | 101111 | 110101 |
Color Harmonies of #4DBF98
Complementary color
Monochromatic Colors of #4DBF98
Black with #4DBF98
Text Example
Text Example
White with #4DBF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF98; }
p { color: rgb(77,191,152); }
H1.HeaderClassName
{
color: #4DBF98;
}
.AnyTagClassName
{
color: #4DBF98;
}
</style>
background-color css
<style>
a { background-color: #4DBF98; }
a { background-color: rgb(77,191,152); }
div.DivClassName
{
background-color: #4DBF98;
}
.BgClassName
{
background-color: #4DBF98;
}
</style>
border-color css
<style>
span { border-color: #4DBF98; }
span { border-color: rgb(77,191,152); }
td.TdClassName
{
border-color: #4DBF98;
}
.TagClassName
{
border-color: #4DBF98;
}
</style>