#8BD085

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

Shades of De York #8BD085

Tints of De York #8BD085

Color information

#8BD085 (or 0x8BD085) is unknown color: approx De York. HEX triplet: 8B, D0 and 85. RGB value is (139,208,133). Sum of RGB (Red+Green+Blue) = 139+208+133=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD085 is #742F7A. Grayscale: #B3B3B3. Windows color (decimal): -7614331 or 8769675. OLE color: 8769675.

HSL color Cylindrical-coordinate representation of color #8BD085: hue angle of 115.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD085 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB139208133-
CMYK0.3300.360.18
HSL115.2º44.38%66.86%-
HSV(B)115.2º36.06%81.57%-
XYZ37.4452.2930.31-
YUV178.82102.1499.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=28.96%
G=43.33%
B=27.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081330.3300.360.18115.244.3866.86
Hex8BD0852102412732c43
Octal213320205410442216354103
Binary10001011110100001000010110000101001001001011100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,133); }

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

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

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

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

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

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

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