#80D384

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

Shades of De York #80D384

Tints of De York #80D384

Color information

#80D384 (or 0x80D384) is unknown color: approx De York. HEX triplet: 80, D3 and 84. RGB value is (128,211,132). Sum of RGB (Red+Green+Blue) = 128+211+132=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #80D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D384 is #7F2C7B. Grayscale: #B1B1B1. Windows color (decimal): -8334460 or 8704896. OLE color: 8704896.

HSL color Cylindrical-coordinate representation of color #80D384: hue angle of 122.89º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D384 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB128211132-
CMYK0.3900.370.17
HSL122.89º48.54%66.47%-
HSV(B)122.89º39.34%82.75%-
XYZ36.3652.8430.11-
YUV177.18102.592.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 211 (82.81% from 255) = 44.80%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=27.18%
G=44.80%
B=28.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111320.3900.370.17122.8948.5466.47
Hex80D38427025117b3142
Octal200323204470452117361102
Binary10000000110100111000010010011101001011000111110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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