#8CC889

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

Shades of De York #8CC889

Tints of De York #8CC889

Color information

#8CC889 (or 0x8CC889) is unknown color: approx De York. HEX triplet: 8C, C8 and 89. RGB value is (140,200,137). Sum of RGB (Red+Green+Blue) = 140+200+137=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC889 is #733776. Grayscale: #AFAFAF. Windows color (decimal): -7550839 or 9029772. OLE color: 9029772.

HSL color Cylindrical-coordinate representation of color #8CC889: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC889 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB140200137-
CMYK0.300.320.22
HSL117.14º36.42%66.08%-
HSV(B)117.14º31.5%78.43%-
XYZ35.9848.6931.17-
YUV174.88106.62103.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=29.35%
G=41.93%
B=28.72%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001370.300.320.22117.1436.4266.08
Hex8CC8891E02016752442
Octal214310211360402616544102
Binary1000110011001000100010011111001000001011011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,137); }

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

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

 a { background-color: rgb(140,200,137); }

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

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

 span { border-color: rgb(140,200,137); }

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