#8ED297

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

Shades of De York #8ED297

Tints of De York #8ED297

Color information

#8ED297 (or 0x8ED297) is unknown color: approx De York. HEX triplet: 8E, D2 and 97. RGB value is (142,210,151). Sum of RGB (Red+Green+Blue) = 142+210+151=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED297 is #712D68. Grayscale: #B7B7B7. Windows color (decimal): -7417193 or 9949838. OLE color: 9949838.

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

Color convert

RGB142210151-
CMYK0.3200.280.18
HSL127.94º43.04%69.02%-
HSV(B)127.94º32.38%82.35%-
XYZ39.7954.0837.62-
YUV182.94109.9798.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=28.23%
G=41.75%
B=30.02%

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
Decimal1422101510.3200.280.18127.9443.0469.02
Hex8ED2972001C12802b45
Octal216322227400342220053105
Binary10001110110100101001011110000001110010010100000001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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