#80CE7F

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

Shades of De York #80CE7F

Tints of De York #80CE7F

Color information

#80CE7F (or 0x80CE7F) is unknown color: approx De York. HEX triplet: 80, CE and 7F. RGB value is (128,206,127). Sum of RGB (Red+Green+Blue) = 128+206+127=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE7F is #7F3180. Grayscale: #ADADAD. Windows color (decimal): -8335745 or 8375936. OLE color: 8375936.

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

Color convert

RGB128206127-
CMYK0.3800.380.19
HSL119.24º44.63%65.29%-
HSV(B)119.24º38.35%80.78%-
XYZ34.850.2627.95-
YUV173.67101.6695.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 127 (50% from 255) = 27.55%
R=27.77%
G=44.69%
B=27.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061270.3800.380.19119.2444.6365.29
Hex80CE7F2602613772d41
Octal200316177460462316755101
Binary1000000011001110111111110011001001101001111101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,206,127); }

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

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

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

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

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

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

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