#80DD95

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

Shades of De York #80DD95

Tints of De York #80DD95

Color information

#80DD95 (or 0x80DD95) is unknown color: approx De York. HEX triplet: 80, DD and 95. RGB value is (128,221,149). Sum of RGB (Red+Green+Blue) = 128+221+149=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD95 is #7F226A. Grayscale: #B9B9B9. Windows color (decimal): -8331883 or 9821568. OLE color: 9821568.

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

Color convert

RGB128221149-
CMYK0.4200.330.13
HSL133.55º57.76%68.43%-
HSV(B)133.55º42.08%86.67%-
XYZ40.1858.4737.6-
YUV184.98107.6987.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=25.70%
G=44.38%
B=29.92%

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
Decimal1282211490.4200.330.13133.5557.7668.43
Hex80DD952A021D863a44
Octal200335225520411520672104
Binary10000000110111011001010110101001000011101100001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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