#7EC18A

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

Shades of De York #7EC18A

Tints of De York #7EC18A

Color information

#7EC18A (or 0x7EC18A) is unknown color: approx De York. HEX triplet: 7E, C1 and 8A. RGB value is (126,193,138). Sum of RGB (Red+Green+Blue) = 126+193+138=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC18A is #813E75. Grayscale: #A6A6A6. Windows color (decimal): -8470134 or 9093502. OLE color: 9093502.

HSL color Cylindrical-coordinate representation of color #7EC18A: hue angle of 130.75º 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 #7EC18A is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB126193138-
CMYK0.3500.280.24
HSL130.75º35.08%62.55%-
HSV(B)130.75º34.72%75.69%-
XYZ32.2644.4130.92-
YUV166.7111.898.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=27.57%
G=42.23%
B=30.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261931380.3500.280.24130.7535.0862.55
Hex7EC18A2301C1883233f
Octal17630121243034302034377
Binary111111011000001100010101000110111001100010000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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