#8DD197

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

Shades of De York #8DD197

Tints of De York #8DD197

Color information

#8DD197 (or 0x8DD197) is unknown color: approx De York. HEX triplet: 8D, D1 and 97. RGB value is (141,209,151). Sum of RGB (Red+Green+Blue) = 141+209+151=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD197 is #722E68. Grayscale: #B6B6B6. Windows color (decimal): -7482985 or 9949581. OLE color: 9949581.

HSL color Cylindrical-coordinate representation of color #8DD197: hue angle of 128.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD197 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB141209151-
CMYK0.3300.280.18
HSL128.82º42.5%68.63%-
HSV(B)128.82º32.54%81.96%-
XYZ39.3753.537.53-
YUV182.06110.4798.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=28.14%
G=41.72%
B=30.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091510.3300.280.18128.8242.568.63
Hex8DD1972101C12812a45
Octal215321227410342220152105
Binary10001101110100011001011110000101110010010100000011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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