#8BD68C

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

Shades of De York #8BD68C

Tints of De York #8BD68C

Color information

#8BD68C (or 0x8BD68C) is unknown color: approx De York. HEX triplet: 8B, D6 and 8C. RGB value is (139,214,140). Sum of RGB (Red+Green+Blue) = 139+214+140=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD68C is #742973. Grayscale: #B7B7B7. Windows color (decimal): -7612788 or 9229963. OLE color: 9229963.

HSL color Cylindrical-coordinate representation of color #8BD68C: hue angle of 120.8º degrees, saturation: 0.48, 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 #8BD68C is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB139214140-
CMYK0.3500.350.16
HSL120.8º47.77%69.22%-
HSV(B)120.8º35.05%83.92%-
XYZ39.4355.4833.44-
YUV183.14103.6596.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=28.19%
G=43.41%
B=28.40%

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
Decimal1392141400.3500.350.16120.847.7769.22
Hex8BD68C2302310793045
Octal213326214430432017160105
Binary10001011110101101000110010001101000111000011110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,140); }

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

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

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

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

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

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

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