#8BCE80

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

Shades of De York #8BCE80

Tints of De York #8BCE80

Color information

#8BCE80 (or 0x8BCE80) is unknown color: approx De York. HEX triplet: 8B, CE and 80. RGB value is (139,206,128). Sum of RGB (Red+Green+Blue) = 139+206+128=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE80 is #74317F. Grayscale: #B1B1B1. Windows color (decimal): -7614848 or 8441483. OLE color: 8441483.

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

Color convert

RGB139206128-
CMYK0.3300.380.19
HSL111.54º44.32%65.49%-
HSV(B)111.54º37.86%80.78%-
XYZ36.6251.1928.37-
YUV177.08100.3100.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.39%
GREEN value IS 206 (80.86% from 255) = 43.55%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=29.39%
G=43.55%
B=27.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061280.3300.380.19111.5444.3265.49
Hex8BCE802102613702c41
Octal213316200410462316054101
Binary10001011110011101000000010000101001101001111100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,128); }

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

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

 a { background-color: rgb(139,206,128); }

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

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

 span { border-color: rgb(139,206,128); }

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