#8BD782

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

Shades of De York #8BD782

Tints of De York #8BD782

Color information

#8BD782 (or 0x8BD782) is unknown color: approx De York. HEX triplet: 8B, D7 and 82. RGB value is (139,215,130). Sum of RGB (Red+Green+Blue) = 139+215+130=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD782 is #74287D. Grayscale: #B6B6B6. Windows color (decimal): -7612542 or 8574859. OLE color: 8574859.

HSL color Cylindrical-coordinate representation of color #8BD782: hue angle of 113.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD782 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB139215130-
CMYK0.3500.400.16
HSL113.65º51.52%67.65%-
HSV(B)113.65º39.53%84.31%-
XYZ38.9855.729.82-
YUV182.5998.3296.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=28.72%
G=44.42%
B=26.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392151300.3500.400.16113.6551.5267.65
Hex8BD7822302810723444
Octal213327202430502016264104
Binary10001011110101111000001010001101010001000011100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,130); }

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

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

 a { background-color: rgb(139,215,130); }

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

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

 span { border-color: rgb(139,215,130); }

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