#7EDD93

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

Shades of De York #7EDD93

Tints of De York #7EDD93

Color information

#7EDD93 (or 0x7EDD93) is unknown color: approx De York. HEX triplet: 7E, DD and 93. RGB value is (126,221,147). Sum of RGB (Red+Green+Blue) = 126+221+147=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD93 is #81226C. Grayscale: #B8B8B8. Windows color (decimal): -8462957 or 9690494. OLE color: 9690494.

HSL color Cylindrical-coordinate representation of color #7EDD93: hue angle of 133.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD93 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB126221147-
CMYK0.4300.330.13
HSL133.26º58.28%68.04%-
HSV(B)133.26º42.99%86.67%-
XYZ39.7358.2636.75-
YUV184.16107.0386.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.51%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=25.51%
G=44.74%
B=29.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211470.4300.330.13133.2658.2868.04
Hex7EDD932B021D853a44
Octal176335223530411520572104
Binary1111110110111011001001110101101000011101100001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,147); }

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

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

 a { background-color: rgb(126,221,147); }

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

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

 span { border-color: rgb(126,221,147); }

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