#8BDA80

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

Shades of De York #8BDA80

Tints of De York #8BDA80

Color information

#8BDA80 (or 0x8BDA80) is unknown color: approx De York. HEX triplet: 8B, DA and 80. RGB value is (139,218,128). Sum of RGB (Red+Green+Blue) = 139+218+128=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA80 is #74257F. Grayscale: #B8B8B8. Windows color (decimal): -7611776 or 8444555. OLE color: 8444555.

HSL color Cylindrical-coordinate representation of color #8BDA80: hue angle of 112.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDA80 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB139218128-
CMYK0.3600.410.15
HSL112.67º54.88%67.84%-
HSV(B)112.67º41.28%85.49%-
XYZ39.6257.1929.37-
YUV184.1296.3395.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=28.66%
G=44.95%
B=26.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181280.3600.410.15112.6754.8867.84
Hex8BDA8024029F713744
Octal213332200440511716167104
Binary1000101111011010100000001001000101001111111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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