#81DE91

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

Shades of De York #81DE91

Tints of De York #81DE91

Color information

#81DE91 (or 0x81DE91) is unknown color: approx De York. HEX triplet: 81, DE and 91. RGB value is (129,222,145). Sum of RGB (Red+Green+Blue) = 129+222+145=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #81DE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DE91 is #7E216E. Grayscale: #B9B9B9. Windows color (decimal): -8266095 or 9559681. OLE color: 9559681.

HSL color Cylindrical-coordinate representation of color #81DE91: hue angle of 130.32º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DE91 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB129222145-
CMYK0.4200.350.13
HSL130.32º58.49%68.82%-
HSV(B)130.32º41.89%87.06%-
XYZ40.2958.9536.04-
YUV185.42105.1987.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=26.01%
G=44.76%
B=29.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292221450.4200.350.13130.3258.4968.82
Hex81DE912A023D823a45
Octal201336221520431520272105
Binary10000001110111101001000110101001000111101100000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,145); }

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

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

 a { background-color: rgb(129,222,145); }

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

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

 span { border-color: rgb(129,222,145); }

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