#7ED08D

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

Shades of De York #7ED08D

Tints of De York #7ED08D

Color information

#7ED08D (or 0x7ED08D) is unknown color: approx De York. HEX triplet: 7E, D0 and 8D. RGB value is (126,208,141). Sum of RGB (Red+Green+Blue) = 126+208+141=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED08D is #812F72. Grayscale: #B0B0B0. Windows color (decimal): -8466291 or 9293950. OLE color: 9293950.

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

Color convert

RGB126208141-
CMYK0.3900.320.18
HSL130.98º46.59%65.49%-
HSV(B)130.98º39.42%81.57%-
XYZ35.9751.4733.24-
YUV175.84108.3392.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=26.53%
G=43.79%
B=29.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081410.3900.320.18130.9846.5965.49
Hex7ED08D2702012832f41
Octal176320215470402220357101
Binary11111101101000010001101100111010000010010100000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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