#8DD289

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

Shades of De York #8DD289

Tints of De York #8DD289

Color information

#8DD289 (or 0x8DD289) is unknown color: approx De York. HEX triplet: 8D, D2 and 89. RGB value is (141,210,137). Sum of RGB (Red+Green+Blue) = 141+210+137=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD289 is #722D76. Grayscale: #B5B5B5. Windows color (decimal): -7482743 or 9032333. OLE color: 9032333.

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

Color convert

RGB141210137-
CMYK0.3300.350.18
HSL116.71º44.79%68.04%-
HSV(B)116.71º34.76%82.35%-
XYZ38.5553.5631.97-
YUV181.05103.1499.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 210 (82.42% from 255) = 43.03%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=28.89%
G=43.03%
B=28.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101370.3300.350.18116.7144.7968.04
Hex8DD2892102312752d44
Octal215322211410432216555104
Binary10001101110100101000100110000101000111001011101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,137); }

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

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

 a { background-color: rgb(141,210,137); }

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

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

 span { border-color: rgb(141,210,137); }

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