#8BD880

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

Shades of De York #8BD880

Tints of De York #8BD880

Color information

#8BD880 (or 0x8BD880) is unknown color: approx De York. HEX triplet: 8B, D8 and 80. RGB value is (139,216,128). Sum of RGB (Red+Green+Blue) = 139+216+128=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD880 is #74277F. Grayscale: #B7B7B7. Windows color (decimal): -7612288 or 8444043. OLE color: 8444043.

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

Color convert

RGB139216128-
CMYK0.3600.410.15
HSL112.5º53.01%67.45%-
HSV(B)112.5º40.74%84.71%-
XYZ39.156.1629.2-
YUV182.9496.9996.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=28.78%
G=44.72%
B=26.50%

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
Decimal1392161280.3600.410.15112.553.0167.45
Hex8BD88024029F703543
Octal213330200440511716065103
Binary1000101111011000100000001001000101001111111100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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