#8DCE8D

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

Shades of De York #8DCE8D

Tints of De York #8DCE8D

Color information

#8DCE8D (or 0x8DCE8D) is unknown color: approx De York. HEX triplet: 8D, CE and 8D. RGB value is (141,206,141). Sum of RGB (Red+Green+Blue) = 141+206+141=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE8D is #723172. Grayscale: #B3B3B3. Windows color (decimal): -7483763 or 9293453. OLE color: 9293453.

HSL color Cylindrical-coordinate representation of color #8DCE8D: hue angle of 120º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE8D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB141206141-
CMYK0.3200.320.19
HSL120º39.88%68.04%-
HSV(B)120º31.55%80.78%-
XYZ37.8651.7333.19-
YUV179.16106.47100.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=28.89%
G=42.21%
B=28.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061410.3200.320.1912039.8868.04
Hex8DCE8D2002013782844
Octal215316215400402317050104
Binary10001101110011101000110110000001000001001111110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,141); }

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

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

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

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

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

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

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