#7EC474

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

Shades of De York #7EC474

Tints of De York #7EC474

Color information

#7EC474 (or 0x7EC474) is unknown color: approx De York. HEX triplet: 7E, C4 and 74. RGB value is (126,196,116). Sum of RGB (Red+Green+Blue) = 126+196+116=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC474 is #813B8B. Grayscale: #A6A6A6. Windows color (decimal): -8469388 or 7652478. OLE color: 7652478.

HSL color Cylindrical-coordinate representation of color #7EC474: hue angle of 112.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EC474 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB126196116-
CMYK0.3600.410.23
HSL112.5º40.4%61.18%-
HSV(B)112.5º40.82%76.86%-
XYZ31.545.1823.58-
YUV165.9599.8199.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 196 (76.95% from 255) = 44.75%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=28.77%
G=44.75%
B=26.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261961160.3600.410.23112.540.461.18
Hex7EC474240291770283d
Octal17630416444051271605075
Binary11111101100010011101001001000101001101111110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,196,116); }

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

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

 a { background-color: rgb(126,196,116); }

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

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

 span { border-color: rgb(126,196,116); }

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