#8DD28A

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

Shades of De York #8DD28A

Tints of De York #8DD28A

Color information

#8DD28A (or 0x8DD28A) is unknown color: approx De York. HEX triplet: 8D, D2 and 8A. RGB value is (141,210,138). Sum of RGB (Red+Green+Blue) = 141+210+138=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD28A is #722D75. Grayscale: #B5B5B5. Windows color (decimal): -7482742 or 9097869. OLE color: 9097869.

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

Color convert

RGB141210138-
CMYK0.3300.340.18
HSL117.5º44.44%68.24%-
HSV(B)117.5º34.29%82.35%-
XYZ38.6253.5932.35-
YUV181.16103.6499.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=28.83%
G=42.94%
B=28.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101380.3300.340.18117.544.4468.24
Hex8DD28A2102212752c44
Octal215322212410422216554104
Binary10001101110100101000101010000101000101001011101011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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