Shades of Puerto Rico #4DBF9A
Tints of Puerto Rico #4DBF9A
RGB
CMYK
RGB Variations
Color information
#4DBF9A (or 0x4DBF9A) is known color: Puerto Rico. HEX triplet: 4D, BF and 9A. RGB value is (77,191,154). Sum of RGB (Red+Green+Blue) = 77+191+154=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF9A is #B24065. Grayscale: #989898. Windows color (decimal): -11681894 or 10141517. OLE color: 10141517.
HSL color Cylindrical-coordinate representation of color #4DBF9A: hue angle of 160.53º 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 #4DBF9A is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 154 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.25 |
| HSL | 160.53º | 0.47% | 0.53% | - |
| HSV(B) | 160.53º | 0.6% | 0.75% | - |
| XYZ | 27.52 | 41.17 | 37.07 | - |
| YUV | 152.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 154 | 0.60 | 0 | 0.19 | 0.25 | 160.53 | 0.47 | 0.53 |
| Hex | 4D | BF | 9A | 3C | 0 | 13 | 19 | A1 | 2F | 35 |
| Octal | 115 | 277 | 232 | 74 | 0 | 23 | 31 | 241 | 57 | 65 |
| Binary | 1001101 | 10111111 | 10011010 | 111100 | 0 | 10011 | 11001 | 10100001 | 101111 | 110101 |
Color Harmonies of #4DBF9A
Complementary color
Monochromatic Colors of #4DBF9A
Black with #4DBF9A
Text Example
Text Example
White with #4DBF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF9A; }
p { color: rgb(77,191,154); }
H1.HeaderClassName
{
color: #4DBF9A;
}
.AnyTagClassName
{
color: #4DBF9A;
}
</style>
background-color css
<style>
a { background-color: #4DBF9A; }
a { background-color: rgb(77,191,154); }
div.DivClassName
{
background-color: #4DBF9A;
}
.BgClassName
{
background-color: #4DBF9A;
}
</style>
border-color css
<style>
span { border-color: #4DBF9A; }
span { border-color: rgb(77,191,154); }
td.TdClassName
{
border-color: #4DBF9A;
}
.TagClassName
{
border-color: #4DBF9A;
}
</style>