#8ED191

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

Shades of De York #8ED191

Tints of De York #8ED191

Color information

#8ED191 (or 0x8ED191) is unknown color: approx De York. HEX triplet: 8E, D1 and 91. RGB value is (142,209,145). Sum of RGB (Red+Green+Blue) = 142+209+145=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED191 is #712E6E. Grayscale: #B5B5B5. Windows color (decimal): -7417455 or 9556366. OLE color: 9556366.

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

Color convert

RGB142209145-
CMYK0.3200.310.18
HSL122.69º42.14%68.82%-
HSV(B)122.69º32.06%81.96%-
XYZ39.0753.435.04-
YUV181.67107.399.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=28.63%
G=42.14%
B=29.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091450.3200.310.18122.6942.1468.82
Hex8ED1912001F127b2a45
Octal216321221400372217352105
Binary1000111011010001100100011000000111111001011110111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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