#8ED287

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

Shades of De York #8ED287

Tints of De York #8ED287

Color information

#8ED287 (or 0x8ED287) is unknown color: approx De York. HEX triplet: 8E, D2 and 87. RGB value is (142,210,135). Sum of RGB (Red+Green+Blue) = 142+210+135=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED287 is #712D78. Grayscale: #B5B5B5. Windows color (decimal): -7417209 or 8901262. OLE color: 8901262.

HSL color Cylindrical-coordinate representation of color #8ED287: hue angle of 114.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ED287 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB142210135-
CMYK0.3200.360.18
HSL114.4º45.45%67.65%-
HSV(B)114.4º35.71%82.35%-
XYZ38.5853.5931.23-
YUV181.12101.97100.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=29.16%
G=43.12%
B=27.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101350.3200.360.18114.445.4567.65
Hex8ED2872002412722d44
Octal216322207400442216255104
Binary10001110110100101000011110000001001001001011100101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,135); }

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

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

 a { background-color: rgb(142,210,135); }

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

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

 span { border-color: rgb(142,210,135); }

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