#7ED083

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

Shades of De York #7ED083

Tints of De York #7ED083

Color information

#7ED083 (or 0x7ED083) is unknown color: approx De York. HEX triplet: 7E, D0 and 83. RGB value is (126,208,131). Sum of RGB (Red+Green+Blue) = 126+208+131=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED083 is #812F7C. Grayscale: #AEAEAE. Windows color (decimal): -8466301 or 8638590. OLE color: 8638590.

HSL color Cylindrical-coordinate representation of color #7ED083: hue angle of 123.66º 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 #7ED083 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB126208131-
CMYK0.3900.370.18
HSL123.66º46.59%65.49%-
HSV(B)123.66º39.42%81.57%-
XYZ35.2651.1929.49-
YUV174.7103.3393.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=27.10%
G=44.73%
B=28.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081310.3900.370.18123.6646.5965.49
Hex7ED08327025127c2f41
Octal176320203470452217457101
Binary1111110110100001000001110011101001011001011111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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