Shades of Puerto Rico #4BC59E
Tints of Puerto Rico #4BC59E
RGB
CMYK
RGB Variations
Color information
#4BC59E (or 0x4BC59E) is known color: Puerto Rico. HEX triplet: 4B, C5 and 9E. RGB value is (75,197,158). Sum of RGB (Red+Green+Blue) = 75+197+158=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC59E is #B43A61. Grayscale: #9C9C9C. Windows color (decimal): -11811426 or 10405195. OLE color: 10405195.
HSL color Cylindrical-coordinate representation of color #4BC59E: hue angle of 160.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC59E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 158 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.23 |
| HSL | 160.82º | 0.51% | 0.53% | - |
| HSV(B) | 160.82º | 0.62% | 0.77% | - |
| XYZ | 29.04 | 43.9 | 39.29 | - |
| YUV | 156.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 158 | 0.62 | 0 | 0.20 | 0.23 | 160.82 | 0.51 | 0.53 |
| Hex | 4B | C5 | 9E | 3E | 0 | 14 | 17 | A1 | 33 | 35 |
| Octal | 113 | 305 | 236 | 76 | 0 | 24 | 27 | 241 | 63 | 65 |
| Binary | 1001011 | 11000101 | 10011110 | 111110 | 0 | 10100 | 10111 | 10100001 | 110011 | 110101 |
Color Harmonies of #4BC59E
Complementary color
Monochromatic Colors of #4BC59E
Black with #4BC59E
Text Example
Text Example
White with #4BC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC59E; }
p { color: rgb(75,197,158); }
H1.HeaderClassName
{
color: #4BC59E;
}
.AnyTagClassName
{
color: #4BC59E;
}
</style>
background-color css
<style>
a { background-color: #4BC59E; }
a { background-color: rgb(75,197,158); }
div.DivClassName
{
background-color: #4BC59E;
}
.BgClassName
{
background-color: #4BC59E;
}
</style>
border-color css
<style>
span { border-color: #4BC59E; }
span { border-color: rgb(75,197,158); }
td.TdClassName
{
border-color: #4BC59E;
}
.TagClassName
{
border-color: #4BC59E;
}
</style>