#8DCD93

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

Shades of De York #8DCD93

Tints of De York #8DCD93

Color information

#8DCD93 (or 0x8DCD93) is unknown color: approx De York. HEX triplet: 8D, CD and 93. RGB value is (141,205,147). Sum of RGB (Red+Green+Blue) = 141+205+147=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD93 is #72326C. Grayscale: #B3B3B3. Windows color (decimal): -7484013 or 9686413. OLE color: 9686413.

HSL color Cylindrical-coordinate representation of color #8DCD93: hue angle of 125.62º degrees, saturation: 0.39, 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 #8DCD93 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB141205147-
CMYK0.3100.280.20
HSL125.62º39.02%67.84%-
HSV(B)125.62º31.22%80.39%-
XYZ38.0851.4335.52-
YUV179.25109.8100.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.60%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=28.60%
G=41.58%
B=29.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051470.3100.280.20125.6239.0267.84
Hex8DCD931F01C147e2744
Octal215315223370342417647104
Binary100011011100110110010011111110111001010011111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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