#80CD80

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

Shades of De York #80CD80

Tints of De York #80CD80

Color information

#80CD80 (or 0x80CD80) is unknown color: approx De York. HEX triplet: 80, CD and 80. RGB value is (128,205,128). Sum of RGB (Red+Green+Blue) = 128+205+128=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD80 is #7F327F. Grayscale: #ADADAD. Windows color (decimal): -8336000 or 8441216. OLE color: 8441216.

HSL color Cylindrical-coordinate representation of color #80CD80: hue angle of 120º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CD80 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB128205128-
CMYK0.3800.380.20
HSL120º43.5%65.29%-
HSV(B)120º37.56%80.39%-
XYZ34.6349.8128.21-
YUV173.2102.4995.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=27.77%
G=44.47%
B=27.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051280.3800.380.2012043.565.29
Hex80CD802602614782c41
Octal200315200460462417054101
Binary10000000110011011000000010011001001101010011110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,128); }

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

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

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

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

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

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

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