#80D280

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

Shades of De York #80D280

Tints of De York #80D280

Color information

#80D280 (or 0x80D280) is unknown color: approx De York. HEX triplet: 80, D2 and 80. RGB value is (128,210,128). Sum of RGB (Red+Green+Blue) = 128+210+128=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #80D280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D280 is #7F2D7F. Grayscale: #B0B0B0. Windows color (decimal): -8334720 or 8442496. OLE color: 8442496.

HSL color Cylindrical-coordinate representation of color #80D280: hue angle of 120º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D280 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB128210128-
CMYK0.3900.390.18
HSL120º47.67%66.27%-
HSV(B)120º39.05%82.35%-
XYZ35.8452.2428.62-
YUV176.13100.8393.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=27.47%
G=45.06%
B=27.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282101280.3900.390.1812047.6766.27
Hex80D2802702712783042
Octal200322200470472217060102
Binary10000000110100101000000010011101001111001011110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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