#8ED982

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

Shades of De York #8ED982

Tints of De York #8ED982

Color information

#8ED982 (or 0x8ED982) is unknown color: approx De York. HEX triplet: 8E, D9 and 82. RGB value is (142,217,130). Sum of RGB (Red+Green+Blue) = 142+217+130=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED982 is #71267D. Grayscale: #B8B8B8. Windows color (decimal): -7415422 or 8575374. OLE color: 8575374.

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

Color convert

RGB142217130-
CMYK0.3500.400.15
HSL111.72º53.37%68.04%-
HSV(B)111.72º40.09%85.1%-
XYZ4056.9930.01-
YUV184.6697.1597.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=29.04%
G=44.38%
B=26.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171300.3500.400.15111.7253.3768.04
Hex8ED98223028F703544
Octal216331202430501716065104
Binary1000111011011001100000101000110101000111111100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,130); }

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

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

 a { background-color: rgb(142,217,130); }

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

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

 span { border-color: rgb(142,217,130); }

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