Shades of Puerto Rico #4DC098
Tints of Puerto Rico #4DC098
RGB
CMYK
RGB Variations
Color information
#4DC098 (or 0x4DC098) is known color: Puerto Rico. HEX triplet: 4D, C0 and 98. RGB value is (77,192,152). Sum of RGB (Red+Green+Blue) = 77+192+152=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC098 is #B23F67. Grayscale: #999999. Windows color (decimal): -11681640 or 10010701. OLE color: 10010701.
HSL color Cylindrical-coordinate representation of color #4DC098: hue angle of 159.13º 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 #4DC098 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 152 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.25 |
| HSL | 159.13º | 0.48% | 0.53% | - |
| HSV(B) | 159.13º | 0.6% | 0.75% | - |
| XYZ | 27.58 | 41.54 | 36.27 | - |
| YUV | 153.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 152 | 0.60 | 0 | 0.21 | 0.25 | 159.13 | 0.48 | 0.53 |
| Hex | 4D | C0 | 98 | 3C | 0 | 15 | 19 | 9F | 30 | 35 |
| Octal | 115 | 300 | 230 | 74 | 0 | 25 | 31 | 237 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10011000 | 111100 | 0 | 10101 | 11001 | 10011111 | 110000 | 110101 |
Color Harmonies of #4DC098
Complementary color
Monochromatic Colors of #4DC098
Black with #4DC098
Text Example
Text Example
White with #4DC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC098; }
p { color: rgb(77,192,152); }
H1.HeaderClassName
{
color: #4DC098;
}
.AnyTagClassName
{
color: #4DC098;
}
</style>
background-color css
<style>
a { background-color: #4DC098; }
a { background-color: rgb(77,192,152); }
div.DivClassName
{
background-color: #4DC098;
}
.BgClassName
{
background-color: #4DC098;
}
</style>
border-color css
<style>
span { border-color: #4DC098; }
span { border-color: rgb(77,192,152); }
td.TdClassName
{
border-color: #4DC098;
}
.TagClassName
{
border-color: #4DC098;
}
</style>