#80D497

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

Shades of De York #80D497

Tints of De York #80D497

Color information

#80D497 (or 0x80D497) is unknown color: approx De York. HEX triplet: 80, D4 and 97. RGB value is (128,212,151). Sum of RGB (Red+Green+Blue) = 128+212+151=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #80D497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D497 is #7F2B68. Grayscale: #B4B4B4. Windows color (decimal): -8334185 or 9950336. OLE color: 9950336.

HSL color Cylindrical-coordinate representation of color #80D497: hue angle of 136.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D497 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB128212151-
CMYK0.4000.290.17
HSL136.43º49.41%66.67%-
HSV(B)136.43º39.62%83.14%-
XYZ38.0353.9137.68-
YUV179.93111.6790.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=26.07%
G=43.18%
B=30.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121510.4000.290.17136.4349.4166.67
Hex80D4972801D11883143
Octal200324227500352121061103
Binary10000000110101001001011110100001110110001100010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,151); }

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

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

 a { background-color: rgb(128,212,151); }

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

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

 span { border-color: rgb(128,212,151); }

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