#8DD28C

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

Shades of De York #8DD28C

Tints of De York #8DD28C

Color information

#8DD28C (or 0x8DD28C) is unknown color: approx De York. HEX triplet: 8D, D2 and 8C. RGB value is (141,210,140). Sum of RGB (Red+Green+Blue) = 141+210+140=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD28C is #722D73. Grayscale: #B5B5B5. Windows color (decimal): -7482740 or 9228941. OLE color: 9228941.

HSL color Cylindrical-coordinate representation of color #8DD28C: hue angle of 119.14º degrees, saturation: 0.44, 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 #8DD28C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB141210140-
CMYK0.3300.330.18
HSL119.14º43.75%68.63%-
HSV(B)119.14º33.33%82.35%-
XYZ38.7653.6533.12-
YUV181.39104.6499.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=28.72%
G=42.77%
B=28.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101400.3300.330.18119.1443.7568.63
Hex8DD28C2102112772c45
Octal215322214410412216754105
Binary10001101110100101000110010000101000011001011101111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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