#4DC49F

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

Shades of Puerto Rico #4DC49F

Tints of Puerto Rico #4DC49F

Color information

#4DC49F (or 0x4DC49F) is unknown color: approx Puerto Rico. HEX triplet: 4D, C4 and 9F. RGB value is (77,196,159). Sum of RGB (Red+Green+Blue) = 77+196+159=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC49F is #B23B60. Grayscale: #9C9C9C. Windows color (decimal): -11680609 or 10470477. OLE color: 10470477.

HSL color Cylindrical-coordinate representation of color #4DC49F: hue angle of 161.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC49F is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB77196159-
CMYK0.6100.190.23
HSL161.34º50.21%53.53%-
HSV(B)161.34º60.71%76.86%-
XYZ29.0643.5639.68-
YUV156.2129.5871.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.82%
GREEN value IS 196 (76.95% from 255) = 45.37%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=17.82%
G=45.37%
B=36.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961590.6100.190.23161.3450.2153.53
Hex4DC49F3D01317a13236
Octal11530423775023272416266
Binary100110111000100100111111111010100111011110100001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DC49F; }

 p { color: rgb(77,196,159); }

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

<style>
 a { background-color: #4DC49F; }

 a { background-color: rgb(77,196,159); }

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

<style>
 span { border-color: #4DC49F; }

 span { border-color: rgb(77,196,159); }

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