#49C297

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

Shades of Puerto Rico #49C297

Tints of Puerto Rico #49C297

Color information

#49C297 (or 0x49C297) is unknown color: approx Puerto Rico. HEX triplet: 49, C2 and 97. RGB value is (73,194,151). Sum of RGB (Red+Green+Blue) = 73+194+151=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #49C297 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C297 is #B63D68. Grayscale: #989898. Windows color (decimal): -11943273 or 9945673. OLE color: 9945673.

HSL color Cylindrical-coordinate representation of color #49C297: hue angle of 158.68º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C297 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB73194151-
CMYK0.6200.220.24
HSL158.68º49.79%52.35%-
HSV(B)158.68º62.37%76.08%-
XYZ27.6342.2335.97-
YUV152.92126.9171-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=17.46%
G=46.41%
B=36.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941510.6200.220.24158.6849.7952.35
Hex49C2973E016189f3234
Octal11130222776026302376264
Binary100100111000010100101111111100101101100010011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C297; }

 p { color: rgb(73,194,151); }

 H1.HeaderClassName
 {
   color: #49C297;
 }
 .AnyTagClassName
 {
   color: #49C297;
 }
</style>
background-color css

<style>
 a { background-color: #49C297; }

 a { background-color: rgb(73,194,151); }

 div.DivClassName
 {
   background-color: #49C297;
 }
 .BgClassName
 {
   background-color: #49C297;
 }
</style>
border-color css

<style>
 span { border-color: #49C297; }

 span { border-color: rgb(73,194,151); }

 td.TdClassName
 {
   border-color: #49C297;
 }
 .TagClassName
 {
   border-color: #49C297;
 }
</style>