#8BC881

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

Shades of De York #8BC881

Tints of De York #8BC881

Color information

#8BC881 (or 0x8BC881) is unknown color: approx De York. HEX triplet: 8B, C8 and 81. RGB value is (139,200,129). Sum of RGB (Red+Green+Blue) = 139+200+129=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC881 is #74377E. Grayscale: #ADADAD. Windows color (decimal): -7616383 or 8505483. OLE color: 8505483.

HSL color Cylindrical-coordinate representation of color #8BC881: hue angle of 111.55º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC881 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB139200129-
CMYK0.3000.360.22
HSL111.55º39.23%64.51%-
HSV(B)111.55º35.5%78.43%-
XYZ35.2648.3828.25-
YUV173.67102.79103.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=29.70%
G=42.74%
B=27.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001290.3000.360.22111.5539.2364.51
Hex8BC8811E02416702741
Octal213310201360442616047101
Binary1000101111001000100000011111001001001011011100001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,129); }

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

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

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

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

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

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

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