#80DF8F

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

Shades of De York #80DF8F

Tints of De York #80DF8F

Color information

#80DF8F (or 0x80DF8F) is unknown color: approx De York. HEX triplet: 80, DF and 8F. RGB value is (128,223,143). Sum of RGB (Red+Green+Blue) = 128+223+143=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF8F is #7F2070. Grayscale: #B9B9B9. Windows color (decimal): -8331377 or 9428864. OLE color: 9428864.

HSL color Cylindrical-coordinate representation of color #80DF8F: hue angle of 129.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF8F is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB128223143-
CMYK0.4300.360.13
HSL129.47º59.75%68.82%-
HSV(B)129.47º42.6%87.45%-
XYZ40.2559.3535.32-
YUV185.47104.0387-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=25.91%
G=45.14%
B=28.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231430.4300.360.13129.4759.7568.82
Hex80DF8F2B024D813c45
Octal200337217530441520174105
Binary10000000110111111000111110101101001001101100000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,223,143); }

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

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

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

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

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

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

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