#8DCD97

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

Shades of De York #8DCD97

Tints of De York #8DCD97

Color information

#8DCD97 (or 0x8DCD97) is unknown color: approx De York. HEX triplet: 8D, CD and 97. RGB value is (141,205,151). Sum of RGB (Red+Green+Blue) = 141+205+151=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD97 is #723268. Grayscale: #B3B3B3. Windows color (decimal): -7484009 or 9948557. OLE color: 9948557.

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

Color convert

RGB141205151-
CMYK0.3100.260.20
HSL129.38º39.02%67.84%-
HSV(B)129.38º31.22%80.39%-
XYZ38.451.5637.21-
YUV179.71111.8100.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=28.37%
G=41.25%
B=30.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051510.3100.260.20129.3839.0267.84
Hex8DCD971F01A14812744
Octal215315227370322420147104
Binary1000110111001101100101111111101101010100100000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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