#5BC59F

Color #5BC59F Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5BC59F

Tints of Puerto Rico #5BC59F

Color information

#5BC59F (or 0x5BC59F) is unknown color: approx 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

RGB91197159-
CMYK0.5400.190.23
HSL158.49º47.75%56.47%-
HSV(B)158.49º53.81%77.25%-
XYZ30.5444.6639.81-
YUV160.97126.8878.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 20.36%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=20.36%
G=44.07%
B=35.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal911971590.5400.190.23158.4947.7556.47
Hex5BC59F36013179e3038
Octal13330523766023272366070
Binary101101111000101100111111101100100111011110011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>