#7EC285

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

Shades of De York #7EC285

Tints of De York #7EC285

Color information

#7EC285 (or 0x7EC285) is unknown color: approx De York. HEX triplet: 7E, C2 and 85. RGB value is (126,194,133). Sum of RGB (Red+Green+Blue) = 126+194+133=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC285 is #813D7A. Grayscale: #A6A6A6. Windows color (decimal): -8469883 or 8766078. OLE color: 8766078.

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

Color convert

RGB126194133-
CMYK0.3500.310.24
HSL126.18º35.79%62.75%-
HSV(B)126.18º35.05%76.08%-
XYZ32.1344.7129.13-
YUV166.71108.9798.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=27.81%
G=42.83%
B=29.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261941330.3500.310.24126.1835.7962.75
Hex7EC2852301F187e243f
Octal17630220543037301764477
Binary11111101100001010000101100011011111110001111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,194,133); }

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

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

 a { background-color: rgb(126,194,133); }

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

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

 span { border-color: rgb(126,194,133); }

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