#81D186

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

Shades of De York #81D186

Tints of De York #81D186

Color information

#81D186 (or 0x81D186) is unknown color: approx De York. HEX triplet: 81, D1 and 86. RGB value is (129,209,134). Sum of RGB (Red+Green+Blue) = 129+209+134=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #81D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D186 is #7E2E79. Grayscale: #B0B0B0. Windows color (decimal): -8269434 or 8835457. OLE color: 8835457.

HSL color Cylindrical-coordinate representation of color #81D186: hue angle of 123.75º degrees, saturation: 0.47, 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 #81D186 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB129209134-
CMYK0.3800.360.18
HSL123.75º46.51%66.27%-
HSV(B)123.75º38.28%81.96%-
XYZ36.1651.9930.68-
YUV176.5310494.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=27.33%
G=44.28%
B=28.39%

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
Decimal1292091340.3800.360.18123.7546.5166.27
Hex81D18626024127c2f42
Octal201321206460442217457102
Binary10000001110100011000011010011001001001001011111001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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