#8ED28C

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

Shades of De York #8ED28C

Tints of De York #8ED28C

Color information

#8ED28C (or 0x8ED28C) is unknown color: approx De York. HEX triplet: 8E, D2 and 8C. RGB value is (142,210,140). Sum of RGB (Red+Green+Blue) = 142+210+140=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED28C is #712D73. Grayscale: #B5B5B5. Windows color (decimal): -7417204 or 9228942. OLE color: 9228942.

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

Color convert

RGB142210140-
CMYK0.3200.330.18
HSL118.29º43.75%68.63%-
HSV(B)118.29º33.33%82.35%-
XYZ38.9453.7433.13-
YUV181.69104.4799.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=28.86%
G=42.68%
B=28.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101400.3200.330.18118.2943.7568.63
Hex8ED28C2002112762c45
Octal216322214400412216654105
Binary10001110110100101000110010000001000011001011101101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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