#8DD991

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

Shades of De York #8DD991

Tints of De York #8DD991

Color information

#8DD991 (or 0x8DD991) is unknown color: approx De York. HEX triplet: 8D, D9 and 91. RGB value is (141,217,145). Sum of RGB (Red+Green+Blue) = 141+217+145=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD991 is #72266E. Grayscale: #BABABA. Windows color (decimal): -7480943 or 9558413. OLE color: 9558413.

HSL color Cylindrical-coordinate representation of color #8DD991: hue angle of 123.16º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD991 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB141217145-
CMYK0.3500.330.15
HSL123.16º50%70.2%-
HSV(B)123.16º35.02%85.1%-
XYZ40.9157.3335.7-
YUV186.07104.8295.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=28.03%
G=43.14%
B=28.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171450.3500.330.15123.165070.2
Hex8DD99123021F7b3246
Octal215331221430411717362106
Binary1000110111011001100100011000110100001111111110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,145); }

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

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

 a { background-color: rgb(141,217,145); }

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

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

 span { border-color: rgb(141,217,145); }

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