#8DCD94

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

Shades of De York #8DCD94

Tints of De York #8DCD94

Color information

#8DCD94 (or 0x8DCD94) is unknown color: approx De York. HEX triplet: 8D, CD and 94. RGB value is (141,205,148). Sum of RGB (Red+Green+Blue) = 141+205+148=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD94 is #72326B. Grayscale: #B3B3B3. Windows color (decimal): -7484012 or 9751949. OLE color: 9751949.

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

Color convert

RGB141205148-
CMYK0.3100.280.20
HSL126.56º39.02%67.84%-
HSV(B)126.56º31.22%80.39%-
XYZ38.1651.4635.94-
YUV179.37110.3100.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=28.54%
G=41.50%
B=29.96%

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
Decimal1412051480.3100.280.20126.5639.0267.84
Hex8DCD941F01C147f2744
Octal215315224370342417747104
Binary100011011100110110010100111110111001010011111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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