#8DCC93

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

Shades of De York #8DCC93

Tints of De York #8DCC93

Color information

#8DCC93 (or 0x8DCC93) is unknown color: approx De York. HEX triplet: 8D, CC and 93. RGB value is (141,204,147). Sum of RGB (Red+Green+Blue) = 141+204+147=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC93 is #72336C. Grayscale: #B2B2B2. Windows color (decimal): -7484269 or 9686157. OLE color: 9686157.

HSL color Cylindrical-coordinate representation of color #8DCC93: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCC93 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB141204147-
CMYK0.3100.280.2
HSL125.71º38.18%67.65%-
HSV(B)125.71º30.88%80%-
XYZ37.8450.9635.44-
YUV178.66110.13101.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=28.66%
G=41.46%
B=29.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041470.3100.280.2125.7138.1867.65
Hex8DCC931F01C147e2644
Octal215314223370342417646104
Binary100011011100110010010011111110111001010011111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,147); }

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

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

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

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

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

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

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