#4EC396

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

Shades of Puerto Rico #4EC396

Tints of Puerto Rico #4EC396

Color information

#4EC396 (or 0x4EC396) is unknown color: approx Puerto Rico. HEX triplet: 4E, C3 and 96. RGB value is (78,195,150). Sum of RGB (Red+Green+Blue) = 78+195+150=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC396 is #B13C69. Grayscale: #9A9A9A. Windows color (decimal): -11615338 or 9880398. OLE color: 9880398.

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

Color convert

RGB78195150-
CMYK0.600.230.24
HSL156.92º49.37%53.53%-
HSV(B)156.92º60%76.47%-
XYZ28.1642.8535.64-
YUV154.89125.2473.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.44%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=18.44%
G=46.10%
B=35.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781951500.600.230.24156.9249.3753.53
Hex4EC3963C017189d3136
Octal11630322674027302356166
Binary100111011000011100101101111000101111100010011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,195,150); }

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

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

 a { background-color: rgb(78,195,150); }

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

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

 span { border-color: rgb(78,195,150); }

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