Shades of Puerto Rico #4DB698
Tints of Puerto Rico #4DB698
RGB
CMYK
RGB Variations
Color information
#4DB698 (or 0x4DB698) is known color: Puerto Rico. HEX triplet: 4D, B6 and 98. RGB value is (77,182,152). Sum of RGB (Red+Green+Blue) = 77+182+152=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB698 is #B24967. Grayscale: #939393. Windows color (decimal): -11684200 or 10008141. OLE color: 10008141.
HSL color Cylindrical-coordinate representation of color #4DB698: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB698 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 152 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.29 |
| HSL | 162.86º | 0.42% | 0.51% | - |
| HSV(B) | 162.86º | 0.58% | 0.71% | - |
| XYZ | 25.46 | 37.3 | 35.56 | - |
| YUV | 147.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 152 | 0.58 | 0 | 0.16 | 0.29 | 162.86 | 0.42 | 0.51 |
| Hex | 4D | B6 | 98 | 3A | 0 | 10 | 1D | A3 | 2A | 33 |
| Octal | 115 | 266 | 230 | 72 | 0 | 20 | 35 | 243 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10011000 | 111010 | 0 | 10000 | 11101 | 10100011 | 101010 | 110011 |
Color Harmonies of #4DB698
Complementary color
Monochromatic Colors of #4DB698
Black with #4DB698
Text Example
Text Example
White with #4DB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB698; }
p { color: rgb(77,182,152); }
H1.HeaderClassName
{
color: #4DB698;
}
.AnyTagClassName
{
color: #4DB698;
}
</style>
background-color css
<style>
a { background-color: #4DB698; }
a { background-color: rgb(77,182,152); }
div.DivClassName
{
background-color: #4DB698;
}
.BgClassName
{
background-color: #4DB698;
}
</style>
border-color css
<style>
span { border-color: #4DB698; }
span { border-color: rgb(77,182,152); }
td.TdClassName
{
border-color: #4DB698;
}
.TagClassName
{
border-color: #4DB698;
}
</style>