#8BCD80

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

Shades of De York #8BCD80

Tints of De York #8BCD80

Color information

#8BCD80 (or 0x8BCD80) is unknown color: approx De York. HEX triplet: 8B, CD and 80. RGB value is (139,205,128). Sum of RGB (Red+Green+Blue) = 139+205+128=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD80 is #74327F. Grayscale: #B0B0B0. Windows color (decimal): -7615104 or 8441227. OLE color: 8441227.

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

Color convert

RGB139205128-
CMYK0.3200.380.20
HSL111.43º43.5%65.29%-
HSV(B)111.43º37.56%80.39%-
XYZ36.3850.7128.29-
YUV176.49100.63101.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=29.45%
G=43.43%
B=27.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051280.3200.380.20111.4343.565.29
Hex8BCD8020026146f2c41
Octal213315200400462415754101
Binary10001011110011011000000010000001001101010011011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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