#81DD95

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

Shades of De York #81DD95

Tints of De York #81DD95

Color information

#81DD95 (or 0x81DD95) is unknown color: approx De York. HEX triplet: 81, DD and 95. RGB value is (129,221,149). Sum of RGB (Red+Green+Blue) = 129+221+149=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD95 is #7E226A. Grayscale: #B9B9B9. Windows color (decimal): -8266347 or 9821569. OLE color: 9821569.

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

Color convert

RGB129221149-
CMYK0.4200.330.13
HSL133.04º57.5%68.63%-
HSV(B)133.04º41.63%86.67%-
XYZ40.3358.5537.61-
YUV185.28107.5287.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=25.85%
G=44.29%
B=29.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211490.4200.330.13133.0457.568.63
Hex81DD952A021D853a45
Octal201335225520411520572105
Binary10000001110111011001010110101001000011101100001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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