Shades of Puerto Rico #5BC59F
Tints of Puerto Rico #5BC59F
RGB
CMYK
RGB Variations
Color information
#5BC59F (or 0x5BC59F) is known color: Puerto Rico. HEX triplet: 5B, C5 and 9F. RGB value is (91,197,159). Sum of RGB (Red+Green+Blue) = 91+197+159=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC59F is #A43A60. Grayscale: #A1A1A1. Windows color (decimal): -10762849 or 10470747. OLE color: 10470747.
HSL color Cylindrical-coordinate representation of color #5BC59F: hue angle of 158.49º 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 #5BC59F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 159 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.23 |
| HSL | 158.49º | 0.48% | 0.56% | - |
| HSV(B) | 158.49º | 0.54% | 0.77% | - |
| XYZ | 30.54 | 44.66 | 39.81 | - |
| YUV | 160.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 159 | 0.54 | 0 | 0.19 | 0.23 | 158.49 | 0.48 | 0.56 |
| Hex | 5B | C5 | 9F | 36 | 0 | 13 | 17 | 9E | 30 | 38 |
| Octal | 133 | 305 | 237 | 66 | 0 | 23 | 27 | 236 | 60 | 70 |
| Binary | 1011011 | 11000101 | 10011111 | 110110 | 0 | 10011 | 10111 | 10011110 | 110000 | 111000 |
Color Harmonies of #5BC59F
Complementary color
Monochromatic Colors of #5BC59F
Black with #5BC59F
Text Example
Text Example
White with #5BC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC59F; }
p { color: rgb(91,197,159); }
H1.HeaderClassName
{
color: #5BC59F;
}
.AnyTagClassName
{
color: #5BC59F;
}
</style>
background-color css
<style>
a { background-color: #5BC59F; }
a { background-color: rgb(91,197,159); }
div.DivClassName
{
background-color: #5BC59F;
}
.BgClassName
{
background-color: #5BC59F;
}
</style>
border-color css
<style>
span { border-color: #5BC59F; }
span { border-color: rgb(91,197,159); }
td.TdClassName
{
border-color: #5BC59F;
}
.TagClassName
{
border-color: #5BC59F;
}
</style>