Shades of Puerto Rico #5BC59E
Tints of Puerto Rico #5BC59E
RGB
CMYK
RGB Variations
Color information
#5BC59E (or 0x5BC59E) is known color: Puerto Rico. HEX triplet: 5B, C5 and 9E. RGB value is (91,197,158). Sum of RGB (Red+Green+Blue) = 91+197+158=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC59E is #A43A61. Grayscale: #A0A0A0. Windows color (decimal): -10762850 or 10405211. OLE color: 10405211.
HSL color Cylindrical-coordinate representation of color #5BC59E: hue angle of 157.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC59E is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 158 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.23 |
| HSL | 157.92º | 0.48% | 0.56% | - |
| HSV(B) | 157.92º | 0.54% | 0.77% | - |
| XYZ | 30.45 | 44.63 | 39.36 | - |
| YUV | 160.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 158 | 0.54 | 0 | 0.20 | 0.23 | 157.92 | 0.48 | 0.56 |
| Hex | 5B | C5 | 9E | 36 | 0 | 14 | 17 | 9E | 30 | 38 |
| Octal | 133 | 305 | 236 | 66 | 0 | 24 | 27 | 236 | 60 | 70 |
| Binary | 1011011 | 11000101 | 10011110 | 110110 | 0 | 10100 | 10111 | 10011110 | 110000 | 111000 |
Color Harmonies of #5BC59E
Complementary color
Monochromatic Colors of #5BC59E
Black with #5BC59E
Text Example
Text Example
White with #5BC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC59E; }
p { color: rgb(91,197,158); }
H1.HeaderClassName
{
color: #5BC59E;
}
.AnyTagClassName
{
color: #5BC59E;
}
</style>
background-color css
<style>
a { background-color: #5BC59E; }
a { background-color: rgb(91,197,158); }
div.DivClassName
{
background-color: #5BC59E;
}
.BgClassName
{
background-color: #5BC59E;
}
</style>
border-color css
<style>
span { border-color: #5BC59E; }
span { border-color: rgb(91,197,158); }
td.TdClassName
{
border-color: #5BC59E;
}
.TagClassName
{
border-color: #5BC59E;
}
</style>