#8DD097

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

Shades of De York #8DD097

Tints of De York #8DD097

Color information

#8DD097 (or 0x8DD097) is unknown color: approx De York. HEX triplet: 8D, D0 and 97. RGB value is (141,208,151). Sum of RGB (Red+Green+Blue) = 141+208+151=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD097 is #722F68. Grayscale: #B5B5B5. Windows color (decimal): -7483241 or 9949325. OLE color: 9949325.

HSL color Cylindrical-coordinate representation of color #8DD097: hue angle of 128.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD097 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB141208151-
CMYK0.3200.270.18
HSL128.96º41.61%68.43%-
HSV(B)128.96º32.21%81.57%-
XYZ39.1353.0137.45-
YUV181.47110.899.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=28.2%
G=41.6%
B=30.2%

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
Decimal1412081510.3200.270.18128.9641.6168.43
Hex8DD0972001B12812a44
Octal215320227400332220152104
Binary10001101110100001001011110000001101110010100000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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