#80D984

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

Shades of De York #80D984

Tints of De York #80D984

Color information

#80D984 (or 0x80D984) is unknown color: approx De York. HEX triplet: 80, D9 and 84. RGB value is (128,217,132). Sum of RGB (Red+Green+Blue) = 128+217+132=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #80D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D984 is #7F267B. Grayscale: #B4B4B4. Windows color (decimal): -8332924 or 8706432. OLE color: 8706432.

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

Color convert

RGB128217132-
CMYK0.4100.390.15
HSL122.7º53.94%67.65%-
HSV(B)122.7º41.01%85.1%-
XYZ37.8855.8830.62-
YUV180.7100.5190.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=26.83%
G=45.49%
B=27.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171320.4100.390.15122.753.9467.65
Hex80D98429027F7b3644
Octal200331204510471717366104
Binary1000000011011001100001001010010100111111111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,217,132); }

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

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

 a { background-color: rgb(128,217,132); }

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

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

 span { border-color: rgb(128,217,132); }

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