#8BD78C

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

Shades of De York #8BD78C

Tints of De York #8BD78C

Color information

#8BD78C (or 0x8BD78C) is unknown color: approx De York. HEX triplet: 8B, D7 and 8C. RGB value is (139,215,140). Sum of RGB (Red+Green+Blue) = 139+215+140=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD78C is #742873. Grayscale: #B7B7B7. Windows color (decimal): -7612532 or 9230219. OLE color: 9230219.

HSL color Cylindrical-coordinate representation of color #8BD78C: hue angle of 120.79º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD78C is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB139215140-
CMYK0.3500.350.16
HSL120.79º48.72%69.41%-
HSV(B)120.79º35.35%84.31%-
XYZ39.6855.9833.53-
YUV183.73103.3296.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=28.14%
G=43.52%
B=28.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392151400.3500.350.16120.7948.7269.41
Hex8BD78C2302310793145
Octal213327214430432017161105
Binary10001011110101111000110010001101000111000011110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,140); }

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

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

 a { background-color: rgb(139,215,140); }

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

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

 span { border-color: rgb(139,215,140); }

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