#4DC195

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

Shades of Puerto Rico #4DC195

Tints of Puerto Rico #4DC195

Color information

#4DC195 (or 0x4DC195) is unknown color: approx Puerto Rico. HEX triplet: 4D, C1 and 95. RGB value is (77,193,149). Sum of RGB (Red+Green+Blue) = 77+193+149=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC195 is #B23E6A. Grayscale: #999999. Windows color (decimal): -11681387 or 9814349. OLE color: 9814349.

HSL color Cylindrical-coordinate representation of color #4DC195: hue angle of 157.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC195 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB77193149-
CMYK0.6000.230.24
HSL157.24º48.33%52.94%-
HSV(B)157.24º60.1%75.69%-
XYZ27.5641.8935.07-
YUV153.3125.5773.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=18.38%
G=46.06%
B=35.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771931490.6000.230.24157.2448.3352.94
Hex4DC1953C017189d3035
Octal11530122574027302356065
Binary100110111000001100101011111000101111100010011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,193,149); }

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

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

 a { background-color: rgb(77,193,149); }

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

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

 span { border-color: rgb(77,193,149); }

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