#8ED282

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

Shades of De York #8ED282

Tints of De York #8ED282

Color information

#8ED282 (or 0x8ED282) is unknown color: approx De York. HEX triplet: 8E, D2 and 82. RGB value is (142,210,130). Sum of RGB (Red+Green+Blue) = 142+210+130=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED282 is #712D7D. Grayscale: #B4B4B4. Windows color (decimal): -7417214 or 8573582. OLE color: 8573582.

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

Color convert

RGB142210130-
CMYK0.3200.380.18
HSL111º47.06%66.67%-
HSV(B)111º38.1%82.35%-
XYZ38.2353.4629.42-
YUV180.5599.47100.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=29.46%
G=43.57%
B=26.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101300.3200.380.1811147.0666.67
Hex8ED28220026126f2f43
Octal216322202400462215757103
Binary10001110110100101000001010000001001101001011011111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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