#81D895

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

Shades of De York #81D895

Tints of De York #81D895

Color information

#81D895 (or 0x81D895) is unknown color: approx De York. HEX triplet: 81, D8 and 95. RGB value is (129,216,149). Sum of RGB (Red+Green+Blue) = 129+216+149=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #81D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D895 is #7E276A. Grayscale: #B6B6B6. Windows color (decimal): -8267627 or 9820289. OLE color: 9820289.

HSL color Cylindrical-coordinate representation of color #81D895: hue angle of 133.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D895 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB129216149-
CMYK0.4000.310.15
HSL133.79º52.73%67.65%-
HSV(B)133.79º40.28%84.71%-
XYZ39.0355.9537.18-
YUV182.35109.1889.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=26.11%
G=43.72%
B=30.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161490.4000.310.15133.7952.7367.65
Hex81D8952801FF863544
Octal201330225500371720665104
Binary1000000111011000100101011010000111111111100001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,149); }

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

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

 a { background-color: rgb(129,216,149); }

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

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

 span { border-color: rgb(129,216,149); }

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