Html Css Color HEX #49C399 Puerto Rico

📋 copy color: '#49C399'

red 73 ◦ green 195 ◦ blue 153

#49C399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #49C399

Tints of Puerto Rico #49C399

RGB

 RED value IS 73 (28.91% from 255) = 17.34%

 GREEN value IS 195 (76.56% from 255) = 46.32%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 17.34%
G = 46.32%
B = 36.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#49C399 (or 0x49C399) is known color: Puerto Rico. HEX triplet: 49, C3 and 99. RGB value is (73,195,153). Sum of RGB (Red+Green+Blue) = 73+195+153=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #49C399 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C399 is #B63C66. Grayscale: #999999. Windows color (decimal): -11943015 or 10077001. OLE color: 10077001.

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

Color convert

RGB 73 195 153 -
CMYK 0.63 0 0.22 0.24
HSL 159.34º 0.5% 0.53% -
HSV(B) 159.34º 0.63% 0.76% -
XYZ 28.01 42.75 36.91 -
YUV 153.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 73 195 153 0.63 0 0.22 0.24 159.34 0.5 0.53
Hex 49 C3 99 3F 0 16 18 9F 32 35
Octal 111 303 231 77 0 26 30 237 62 65
Binary 1001001 11000011 10011001 111111 0 10110 11000 10011111 110010 110101

Color Harmonies of #49C399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C399

Black with #49C399

Text Example


Text Example

White with #49C399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,153); }

 H1.HeaderClassName
 {
   color: #49C399;
 }
 .AnyTagClassName
 {
   color: #49C399;
 }
</style>

background-color css

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

 a { background-color: rgb(73,195,153); }

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

border-color css

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

 span { border-color: rgb(73,195,153); }

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