#7ED594

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

Shades of De York #7ED594

Tints of De York #7ED594

Color information

#7ED594 (or 0x7ED594) is unknown color: approx De York. HEX triplet: 7E, D5 and 94. RGB value is (126,213,148). Sum of RGB (Red+Green+Blue) = 126+213+148=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED594 is #812A6B. Grayscale: #B3B3B3. Windows color (decimal): -8465004 or 9753982. OLE color: 9753982.

HSL color Cylindrical-coordinate representation of color #7ED594: hue angle of 135.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED594 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB126213148-
CMYK0.4100.310.16
HSL135.17º50.88%66.47%-
HSV(B)135.17º40.85%83.53%-
XYZ37.7454.1636.48-
YUV179.58110.1889.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=25.87%
G=43.74%
B=30.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131480.4100.310.16135.1750.8866.47
Hex7ED5942901F10873342
Octal176325224510372020763102
Binary1111110110101011001010010100101111110000100001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,213,148); }

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

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

 a { background-color: rgb(126,213,148); }

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

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

 span { border-color: rgb(126,213,148); }

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