#80D893

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

Shades of De York #80D893

Tints of De York #80D893

Color information

#80D893 (or 0x80D893) is unknown color: approx De York. HEX triplet: 80, D8 and 93. RGB value is (128,216,147). Sum of RGB (Red+Green+Blue) = 128+216+147=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #80D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D893 is #7F276C. Grayscale: #B6B6B6. Windows color (decimal): -8333165 or 9689216. OLE color: 9689216.

HSL color Cylindrical-coordinate representation of color #80D893: hue angle of 132.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D893 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB128216147-
CMYK0.4100.320.15
HSL132.95º53.01%67.45%-
HSV(B)132.95º40.74%84.71%-
XYZ38.7255.8136.33-
YUV181.82108.3589.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=26.07%
G=43.99%
B=29.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161470.4100.320.15132.9553.0167.45
Hex80D89329020F853543
Octal200330223510401720565103
Binary10000000110110001001001110100101000001111100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,147); }

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

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

 a { background-color: rgb(128,216,147); }

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

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

 span { border-color: rgb(128,216,147); }

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