#8DCE88

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

Shades of De York #8DCE88

Tints of De York #8DCE88

Color information

#8DCE88 (or 0x8DCE88) is unknown color: approx De York. HEX triplet: 8D, CE and 88. RGB value is (141,206,136). Sum of RGB (Red+Green+Blue) = 141+206+136=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE88 is #723177. Grayscale: #B2B2B2. Windows color (decimal): -7483768 or 8965773. OLE color: 8965773.

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

Color convert

RGB141206136-
CMYK0.3200.340.19
HSL115.71º41.67%67.06%-
HSV(B)115.71º33.98%80.78%-
XYZ37.551.5831.27-
YUV178.58103.97101.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=29.19%
G=42.65%
B=28.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061360.3200.340.19115.7141.6767.06
Hex8DCE882002213742a43
Octal215316210400422316452103
Binary10001101110011101000100010000001000101001111101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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