#4DBE9D

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

Shades of Puerto Rico #4DBE9D

Tints of Puerto Rico #4DBE9D

Color information

#4DBE9D (or 0x4DBE9D) is unknown color: approx Puerto Rico. HEX triplet: 4D, BE and 9D. RGB value is (77,190,157). Sum of RGB (Red+Green+Blue) = 77+190+157=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBE9D is #B24162. Grayscale: #989898. Windows color (decimal): -11682147 or 10337869. OLE color: 10337869.

HSL color Cylindrical-coordinate representation of color #4DBE9D: hue angle of 162.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE9D is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB77190157-
CMYK0.5900.170.25
HSL162.48º46.5%52.35%-
HSV(B)162.48º59.47%74.51%-
XYZ27.5640.8438.33-
YUV152.45130.5674.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.16%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=18.16%
G=44.81%
B=37.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771901570.5900.170.25162.4846.552.35
Hex4DBE9D3B01119a22f34
Octal11527623573021312425764
Binary100110110111110100111011110110100011100110100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,190,157); }

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

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

 a { background-color: rgb(77,190,157); }

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

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

 span { border-color: rgb(77,190,157); }

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