#7EC182

Color #7EC182 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7EC182

Tints of De York #7EC182

Color information

#7EC182 (or 0x7EC182) is unknown color: approx De York. HEX triplet: 7E, C1 and 82. RGB value is (126,193,130). Sum of RGB (Red+Green+Blue) = 126+193+130=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC182 is #813E7D. Grayscale: #A5A5A5. Windows color (decimal): -8470142 or 8569214. OLE color: 8569214.

HSL color Cylindrical-coordinate representation of color #7EC182: hue angle of 123.58º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC182 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB126193130-
CMYK0.3500.330.24
HSL123.58º35.08%62.55%-
HSV(B)123.58º34.72%75.69%-
XYZ31.744.1927.98-
YUV165.78107.899.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=28.06%
G=42.98%
B=28.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261931300.3500.330.24123.5835.0862.55
Hex7EC18223021187c233f
Octal17630120243041301744377
Binary111111011000001100000101000110100001110001111100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EC182; }

 p { color: rgb(126,193,130); }

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

<style>
 a { background-color: #7EC182; }

 a { background-color: rgb(126,193,130); }

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

<style>
 span { border-color: #7EC182; }

 span { border-color: rgb(126,193,130); }

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