#8BD983

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

Shades of De York #8BD983

Tints of De York #8BD983

Color information

#8BD983 (or 0x8BD983) is unknown color: approx De York. HEX triplet: 8B, D9 and 83. RGB value is (139,217,131). Sum of RGB (Red+Green+Blue) = 139+217+131=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD983 is #74267C. Grayscale: #B8B8B8. Windows color (decimal): -7612029 or 8640907. OLE color: 8640907.

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

Color convert

RGB139217131-
CMYK0.3600.400.15
HSL114.42º53.09%68.24%-
HSV(B)114.42º39.63%85.1%-
XYZ39.5656.7530.34-
YUV183.8798.1695.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=28.54%
G=44.56%
B=26.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171310.3600.400.15114.4253.0968.24
Hex8BD98324028F723544
Octal213331203440501716265104
Binary1000101111011001100000111001000101000111111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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