#8DD07E

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

Shades of De York #8DD07E

Tints of De York #8DD07E

Color information

#8DD07E (or 0x8DD07E) is unknown color: approx De York. HEX triplet: 8D, D0 and 7E. RGB value is (141,208,126). Sum of RGB (Red+Green+Blue) = 141+208+126=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD07E is #722F81. Grayscale: #B2B2B2. Windows color (decimal): -7483266 or 8310925. OLE color: 8310925.

HSL color Cylindrical-coordinate representation of color #8DD07E: hue angle of 109.02º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DD07E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB141208126-
CMYK0.3200.390.18
HSL109.02º46.59%65.49%-
HSV(B)109.02º39.42%81.57%-
XYZ37.3152.2827.86-
YUV178.6298.3101.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=29.68%
G=43.79%
B=26.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081260.3200.390.18109.0246.5965.49
Hex8DD07E20027126d2f41
Octal215320176400472215557101
Binary1000110111010000111111010000001001111001011011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,126); }

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

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

 a { background-color: rgb(141,208,126); }

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

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

 span { border-color: rgb(141,208,126); }

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