#8ED197

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

Shades of De York #8ED197

Tints of De York #8ED197

Color information

#8ED197 (or 0x8ED197) is unknown color: approx De York. HEX triplet: 8E, D1 and 97. RGB value is (142,209,151). Sum of RGB (Red+Green+Blue) = 142+209+151=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED197 is #712E68. Grayscale: #B6B6B6. Windows color (decimal): -7417449 or 9949582. OLE color: 9949582.

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

Color convert

RGB142209151-
CMYK0.3200.280.18
HSL128.06º42.14%68.82%-
HSV(B)128.06º32.06%81.96%-
XYZ39.5453.5937.54-
YUV182.36110.399.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=28.29%
G=41.63%
B=30.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091510.3200.280.18128.0642.1468.82
Hex8ED1972001C12802a45
Octal216321227400342220052105
Binary10001110110100011001011110000001110010010100000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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