#80D48D

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

Shades of De York #80D48D

Tints of De York #80D48D

Color information

#80D48D (or 0x80D48D) is unknown color: approx De York. HEX triplet: 80, D4 and 8D. RGB value is (128,212,141). Sum of RGB (Red+Green+Blue) = 128+212+141=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #80D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D48D is #7F2B72. Grayscale: #B2B2B2. Windows color (decimal): -8334195 or 9294976. OLE color: 9294976.

HSL color Cylindrical-coordinate representation of color #80D48D: hue angle of 129.29º 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 #80D48D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB128212141-
CMYK0.4000.330.17
HSL129.29º49.41%66.67%-
HSV(B)129.29º39.62%83.14%-
XYZ37.2553.633.58-
YUV178.79106.6791.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=26.61%
G=44.07%
B=29.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121410.4000.330.17129.2949.4166.67
Hex80D48D2802111813143
Octal200324215500412120161103
Binary100000001101010010001101101000010000110001100000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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