#81D894

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

Shades of De York #81D894

Tints of De York #81D894

Color information

#81D894 (or 0x81D894) is unknown color: approx De York. HEX triplet: 81, D8 and 94. RGB value is (129,216,148). Sum of RGB (Red+Green+Blue) = 129+216+148=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #81D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D894 is #7E276B. Grayscale: #B6B6B6. Windows color (decimal): -8267628 or 9754753. OLE color: 9754753.

HSL color Cylindrical-coordinate representation of color #81D894: hue angle of 133.1º 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 #81D894 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB129216148-
CMYK0.4000.310.15
HSL133.1º52.73%67.65%-
HSV(B)133.1º40.28%84.71%-
XYZ38.9555.9236.76-
YUV182.24108.6890.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=26.17%
G=43.81%
B=30.02%

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
Decimal1292161480.4000.310.15133.152.7367.65
Hex81D8942801FF853544
Octal201330224500371720565104
Binary1000000111011000100101001010000111111111100001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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