#80D58C

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

Shades of De York #80D58C

Tints of De York #80D58C

Color information

#80D58C (or 0x80D58C) is unknown color: approx De York. HEX triplet: 80, D5 and 8C. RGB value is (128,213,140). Sum of RGB (Red+Green+Blue) = 128+213+140=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #80D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D58C is #7F2A73. Grayscale: #B3B3B3. Windows color (decimal): -8333940 or 9229696. OLE color: 9229696.

HSL color Cylindrical-coordinate representation of color #80D58C: hue angle of 128.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D58C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB128213140-
CMYK0.4000.340.16
HSL128.47º50.3%66.86%-
HSV(B)128.47º39.91%83.53%-
XYZ37.4354.0733.27-
YUV179.26105.8491.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=26.61%
G=44.28%
B=29.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131400.4000.340.16128.4750.366.86
Hex80D58C2802210803243
Octal200325214500422020062103
Binary100000001101010110001100101000010001010000100000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,140); }

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

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

 a { background-color: rgb(128,213,140); }

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

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

 span { border-color: rgb(128,213,140); }

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