#8ED294

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

Shades of De York #8ED294

Tints of De York #8ED294

Color information

#8ED294 (or 0x8ED294) is unknown color: approx De York. HEX triplet: 8E, D2 and 94. RGB value is (142,210,148). Sum of RGB (Red+Green+Blue) = 142+210+148=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED294 is #712D6B. Grayscale: #B6B6B6. Windows color (decimal): -7417196 or 9753230. OLE color: 9753230.

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

Color convert

RGB142210148-
CMYK0.3200.300.18
HSL125.29º43.04%69.02%-
HSV(B)125.29º32.38%82.35%-
XYZ39.5553.9836.35-
YUV182.6108.4799.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=28.4%
G=42%
B=29.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101480.3200.300.18125.2943.0469.02
Hex8ED2942001E127d2b45
Octal216322224400362217553105
Binary1000111011010010100101001000000111101001011111011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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