#8ED097

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

Shades of De York #8ED097

Tints of De York #8ED097

Color information

#8ED097 (or 0x8ED097) is unknown color: approx De York. HEX triplet: 8E, D0 and 97. RGB value is (142,208,151). Sum of RGB (Red+Green+Blue) = 142+208+151=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED097 is #712F68. Grayscale: #B5B5B5. Windows color (decimal): -7417705 or 9949326. OLE color: 9949326.

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

Color convert

RGB142208151-
CMYK0.3200.270.18
HSL128.18º41.25%68.63%-
HSV(B)128.18º31.73%81.57%-
XYZ39.353.137.46-
YUV181.77110.6399.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=28.34%
G=41.52%
B=30.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081510.3200.270.18128.1841.2568.63
Hex8ED0972001B12802945
Octal216320227400332220051105
Binary10001110110100001001011110000001101110010100000001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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