#81DD96

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

Shades of De York #81DD96

Tints of De York #81DD96

Color information

#81DD96 (or 0x81DD96) is unknown color: approx De York. HEX triplet: 81, DD and 96. RGB value is (129,221,150). Sum of RGB (Red+Green+Blue) = 129+221+150=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD96 is #7E2269. Grayscale: #B9B9B9. Windows color (decimal): -8266346 or 9887105. OLE color: 9887105.

HSL color Cylindrical-coordinate representation of color #81DD96: hue angle of 133.7º degrees, saturation: 0.57, 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 #81DD96 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB129221150-
CMYK0.4200.320.13
HSL133.7º57.5%68.63%-
HSV(B)133.7º41.63%86.67%-
XYZ40.4158.5838.03-
YUV185.4108.0287.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 150 (58.98% from 255) = 30%
R=25.8%
G=44.2%
B=30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211500.4200.320.13133.757.568.63
Hex81DD962A020D863a45
Octal201335226520401520672105
Binary10000001110111011001011010101001000001101100001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,221,150); }

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

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

 a { background-color: rgb(129,221,150); }

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

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

 span { border-color: rgb(129,221,150); }

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