#8BDB80

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

Shades of De York #8BDB80

Tints of De York #8BDB80

Color information

#8BDB80 (or 0x8BDB80) is unknown color: approx De York. HEX triplet: 8B, DB and 80. RGB value is (139,219,128). Sum of RGB (Red+Green+Blue) = 139+219+128=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB80 is #74247F. Grayscale: #B8B8B8. Windows color (decimal): -7611520 or 8444811. OLE color: 8444811.

HSL color Cylindrical-coordinate representation of color #8BDB80: hue angle of 112.75º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDB80 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB139219128-
CMYK0.3700.420.14
HSL112.75º55.83%68.04%-
HSV(B)112.75º41.55%85.88%-
XYZ39.8857.7129.46-
YUV184.719695.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=28.60%
G=45.06%
B=26.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191280.3700.420.14112.7555.8368.04
Hex8BDB802502AE713844
Octal213333200450521616170104
Binary1000101111011011100000001001010101010111011100011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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