#8ED193

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

Shades of De York #8ED193

Tints of De York #8ED193

Color information

#8ED193 (or 0x8ED193) is unknown color: approx De York. HEX triplet: 8E, D1 and 93. RGB value is (142,209,147). Sum of RGB (Red+Green+Blue) = 142+209+147=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED193 is #712E6C. Grayscale: #B6B6B6. Windows color (decimal): -7417453 or 9687438. OLE color: 9687438.

HSL color Cylindrical-coordinate representation of color #8ED193: hue angle of 124.48º degrees, saturation: 0.42, 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 #8ED193 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB142209147-
CMYK0.3200.300.18
HSL124.48º42.14%68.82%-
HSV(B)124.48º32.06%81.96%-
XYZ39.2253.4635.86-
YUV181.9108.399.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=28.51%
G=41.97%
B=29.52%

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
Decimal1422091470.3200.300.18124.4842.1468.82
Hex8ED1932001E127c2a45
Octal216321223400362217452105
Binary1000111011010001100100111000000111101001011111001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,209,147); }

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

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

 a { background-color: rgb(142,209,147); }

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

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

 span { border-color: rgb(142,209,147); }

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