#8BCF81

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

Shades of De York #8BCF81

Tints of De York #8BCF81

Color information

#8BCF81 (or 0x8BCF81) is unknown color: approx De York. HEX triplet: 8B, CF and 81. RGB value is (139,207,129). Sum of RGB (Red+Green+Blue) = 139+207+129=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF81 is #74307E. Grayscale: #B2B2B2. Windows color (decimal): -7614591 or 8507275. OLE color: 8507275.

HSL color Cylindrical-coordinate representation of color #8BCF81: hue angle of 112.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCF81 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB139207129-
CMYK0.3300.380.19
HSL112.31º44.83%65.88%-
HSV(B)112.31º37.68%81.18%-
XYZ36.9251.728.8-
YUV177.78100.47100.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=29.26%
G=43.58%
B=27.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071290.3300.380.19112.3144.8365.88
Hex8BCF812102613702d42
Octal213317201410462316055102
Binary10001011110011111000000110000101001101001111100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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