#8EDA8D

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

Shades of De York #8EDA8D

Tints of De York #8EDA8D

Color information

#8EDA8D (or 0x8EDA8D) is unknown color: approx De York. HEX triplet: 8E, DA and 8D. RGB value is (142,218,141). Sum of RGB (Red+Green+Blue) = 142+218+141=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA8D is #712572. Grayscale: #BABABA. Windows color (decimal): -7415155 or 9296526. OLE color: 9296526.

HSL color Cylindrical-coordinate representation of color #8EDA8D: hue angle of 119.22º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDA8D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB142218141-
CMYK0.3500.350.15
HSL119.22º50.99%70.39%-
HSV(B)119.22º35.32%85.49%-
XYZ41.0357.8234.2-
YUV186.5102.3296.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=28.34%
G=43.51%
B=28.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181410.3500.350.15119.2250.9970.39
Hex8EDA8D23023F773346
Octal216332215430431716763106
Binary1000111011011010100011011000110100011111111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EDA8D; }

 p { color: rgb(142,218,141); }

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

<style>
 a { background-color: #8EDA8D; }

 a { background-color: rgb(142,218,141); }

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

<style>
 span { border-color: #8EDA8D; }

 span { border-color: rgb(142,218,141); }

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