#7ED095

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

Shades of De York #7ED095

Tints of De York #7ED095

Color information

#7ED095 (or 0x7ED095) is unknown color: approx De York. HEX triplet: 7E, D0 and 95. RGB value is (126,208,149). Sum of RGB (Red+Green+Blue) = 126+208+149=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED095 is #812F6A. Grayscale: #B0B0B0. Windows color (decimal): -8466283 or 9818238. OLE color: 9818238.

HSL color Cylindrical-coordinate representation of color #7ED095: hue angle of 136.83º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED095 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB126208149-
CMYK0.3900.280.18
HSL136.83º46.59%65.49%-
HSV(B)136.83º39.42%81.57%-
XYZ36.5851.7236.49-
YUV176.76112.3391.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=26.09%
G=43.06%
B=30.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081490.3900.280.18136.8346.5965.49
Hex7ED0952701C12892f41
Octal176320225470342221157101
Binary1111110110100001001010110011101110010010100010011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,208,149); }

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

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

 a { background-color: rgb(126,208,149); }

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

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

 span { border-color: rgb(126,208,149); }

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