#81D486

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

Shades of De York #81D486

Tints of De York #81D486

Color information

#81D486 (or 0x81D486) is unknown color: approx De York. HEX triplet: 81, D4 and 86. RGB value is (129,212,134). Sum of RGB (Red+Green+Blue) = 129+212+134=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #81D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D486 is #7E2B79. Grayscale: #B2B2B2. Windows color (decimal): -8268666 or 8836225. OLE color: 8836225.

HSL color Cylindrical-coordinate representation of color #81D486: hue angle of 123.61º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D486 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB129212134-
CMYK0.3900.370.17
HSL123.61º49.11%66.86%-
HSV(B)123.61º39.15%83.14%-
XYZ36.953.4830.93-
YUV178.2910392.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=27.16%
G=44.63%
B=28.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121340.3900.370.17123.6149.1166.86
Hex81D48627025117c3143
Octal201324206470452117461103
Binary10000001110101001000011010011101001011000111111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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