#8BD78B

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

Shades of De York #8BD78B

Tints of De York #8BD78B

Color information

#8BD78B (or 0x8BD78B) is unknown color: approx De York. HEX triplet: 8B, D7 and 8B. RGB value is (139,215,139). Sum of RGB (Red+Green+Blue) = 139+215+139=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD78B is #742874. Grayscale: #B7B7B7. Windows color (decimal): -7612533 or 9164683. OLE color: 9164683.

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

Color convert

RGB139215139-
CMYK0.3500.350.16
HSL120º48.72%69.41%-
HSV(B)120º35.35%84.31%-
XYZ39.6155.9533.14-
YUV183.61102.8296.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=28.19%
G=43.61%
B=28.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392151390.3500.350.1612048.7269.41
Hex8BD78B2302310783145
Octal213327213430432017061105
Binary10001011110101111000101110001101000111000011110001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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