#8CC884

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

Shades of De York #8CC884

Tints of De York #8CC884

Color information

#8CC884 (or 0x8CC884) is unknown color: approx De York. HEX triplet: 8C, C8 and 84. RGB value is (140,200,132). Sum of RGB (Red+Green+Blue) = 140+200+132=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC884 is #73377B. Grayscale: #AEAEAE. Windows color (decimal): -7550844 or 8702092. OLE color: 8702092.

HSL color Cylindrical-coordinate representation of color #8CC884: hue angle of 112.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC884 is Cyan = 0.3, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB140200132-
CMYK0.300.340.22
HSL112.94º38.2%65.1%-
HSV(B)112.94º34%78.43%-
XYZ35.6348.5529.32-
YUV174.31104.12103.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=29.66%
G=42.37%
B=27.97%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001320.300.340.22112.9438.265.1
Hex8CC8841E02216712641
Octal214310204360422616146101
Binary1000110011001000100001001111001000101011011100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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