#81D086

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

Shades of De York #81D086

Tints of De York #81D086

Color information

#81D086 (or 0x81D086) is unknown color: approx De York. HEX triplet: 81, D0 and 86. RGB value is (129,208,134). Sum of RGB (Red+Green+Blue) = 129+208+134=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #81D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D086 is #7E2F79. Grayscale: #B0B0B0. Windows color (decimal): -8269690 or 8835201. OLE color: 8835201.

HSL color Cylindrical-coordinate representation of color #81D086: hue angle of 123.8º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D086 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB129208134-
CMYK0.3800.360.18
HSL123.8º45.66%66.08%-
HSV(B)123.8º37.98%81.57%-
XYZ35.9151.530.6-
YUV175.94104.3394.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=27.39%
G=44.16%
B=28.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292081340.3800.360.18123.845.6666.08
Hex81D08626024127c2e42
Octal201320206460442217456102
Binary10000001110100001000011010011001001001001011111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D086; }

 p { color: rgb(129,208,134); }

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

<style>
 a { background-color: #81D086; }

 a { background-color: rgb(129,208,134); }

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

<style>
 span { border-color: #81D086; }

 span { border-color: rgb(129,208,134); }

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