#8DD28B

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

Shades of De York #8DD28B

Tints of De York #8DD28B

Color information

#8DD28B (or 0x8DD28B) is unknown color: approx De York. HEX triplet: 8D, D2 and 8B. RGB value is (141,210,139). Sum of RGB (Red+Green+Blue) = 141+210+139=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD28B is #722D74. Grayscale: #B5B5B5. Windows color (decimal): -7482741 or 9163405. OLE color: 9163405.

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

Color convert

RGB141210139-
CMYK0.3300.340.18
HSL118.31º44.1%68.43%-
HSV(B)118.31º33.81%82.35%-
XYZ38.6953.6232.74-
YUV181.28104.1499.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=28.78%
G=42.86%
B=28.37%

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
Decimal1412101390.3300.340.18118.3144.168.43
Hex8DD28B2102212762c44
Octal215322213410422216654104
Binary10001101110100101000101110000101000101001011101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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