#8DCE8A

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

Shades of De York #8DCE8A

Tints of De York #8DCE8A

Color information

#8DCE8A (or 0x8DCE8A) is unknown color: approx De York. HEX triplet: 8D, CE and 8A. RGB value is (141,206,138). Sum of RGB (Red+Green+Blue) = 141+206+138=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE8A is #723175. Grayscale: #B3B3B3. Windows color (decimal): -7483766 or 9096845. OLE color: 9096845.

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

Color convert

RGB141206138-
CMYK0.3200.330.19
HSL117.35º40.96%67.45%-
HSV(B)117.35º33.01%80.78%-
XYZ37.6451.6432.03-
YUV178.81104.97101.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=29.07%
G=42.47%
B=28.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061380.3200.330.19117.3540.9667.45
Hex8DCE8A2002113752943
Octal215316212400412316551103
Binary10001101110011101000101010000001000011001111101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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