#8BD981

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

Shades of De York #8BD981

Tints of De York #8BD981

Color information

#8BD981 (or 0x8BD981) is unknown color: approx De York. HEX triplet: 8B, D9 and 81. RGB value is (139,217,129). Sum of RGB (Red+Green+Blue) = 139+217+129=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD981 is #74267E. Grayscale: #B7B7B7. Windows color (decimal): -7612031 or 8509835. OLE color: 8509835.

HSL color Cylindrical-coordinate representation of color #8BD981: hue angle of 113.18º degrees, saturation: 0.54, 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 #8BD981 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB139217129-
CMYK0.3600.410.15
HSL113.18º53.66%67.84%-
HSV(B)113.18º40.55%85.1%-
XYZ39.4256.729.64-
YUV183.6597.1696.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=28.66%
G=44.74%
B=26.60%

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
Decimal1392171290.3600.410.15113.1853.6667.84
Hex8BD98124029F713644
Octal213331201440511716166104
Binary1000101111011001100000011001000101001111111100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,129); }

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

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

 a { background-color: rgb(139,217,129); }

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

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

 span { border-color: rgb(139,217,129); }

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