Shades of Puerto Rico #4DC39B
Tints of Puerto Rico #4DC39B
RGB
CMYK
RGB Variations
Color information
#4DC39B (or 0x4DC39B) is known color: Puerto Rico. HEX triplet: 4D, C3 and 9B. RGB value is (77,195,155). Sum of RGB (Red+Green+Blue) = 77+195+155=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC39B is #B23C64. Grayscale: #9B9B9B. Windows color (decimal): -11680869 or 10208077. OLE color: 10208077.
HSL color Cylindrical-coordinate representation of color #4DC39B: hue angle of 159.66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC39B is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 155 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.24 |
| HSL | 159.66º | 0.5% | 0.53% | - |
| HSV(B) | 159.66º | 0.61% | 0.76% | - |
| XYZ | 28.49 | 42.97 | 37.8 | - |
| YUV | 155.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 155 | 0.61 | 0 | 0.21 | 0.24 | 159.66 | 0.5 | 0.53 |
| Hex | 4D | C3 | 9B | 3D | 0 | 15 | 18 | A0 | 32 | 35 |
| Octal | 115 | 303 | 233 | 75 | 0 | 25 | 30 | 240 | 62 | 65 |
| Binary | 1001101 | 11000011 | 10011011 | 111101 | 0 | 10101 | 11000 | 10100000 | 110010 | 110101 |
Color Harmonies of #4DC39B
Complementary color
Monochromatic Colors of #4DC39B
Black with #4DC39B
Text Example
Text Example
White with #4DC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC39B; }
p { color: rgb(77,195,155); }
H1.HeaderClassName
{
color: #4DC39B;
}
.AnyTagClassName
{
color: #4DC39B;
}
</style>
background-color css
<style>
a { background-color: #4DC39B; }
a { background-color: rgb(77,195,155); }
div.DivClassName
{
background-color: #4DC39B;
}
.BgClassName
{
background-color: #4DC39B;
}
</style>
border-color css
<style>
span { border-color: #4DC39B; }
span { border-color: rgb(77,195,155); }
td.TdClassName
{
border-color: #4DC39B;
}
.TagClassName
{
border-color: #4DC39B;
}
</style>