#80CD7F

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

Shades of De York #80CD7F

Tints of De York #80CD7F

Color information

#80CD7F (or 0x80CD7F) is unknown color: approx De York. HEX triplet: 80, CD and 7F. RGB value is (128,205,127). Sum of RGB (Red+Green+Blue) = 128+205+127=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD7F is #7F3280. Grayscale: #ADADAD. Windows color (decimal): -8336001 or 8375680. OLE color: 8375680.

HSL color Cylindrical-coordinate representation of color #80CD7F: hue angle of 119.23º 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 #80CD7F is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB128205127-
CMYK0.3800.380.20
HSL119.23º43.82%65.1%-
HSV(B)119.23º38.05%80.39%-
XYZ34.5649.7827.87-
YUV173.08101.9995.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 127 (50% from 255) = 27.61%
R=27.83%
G=44.57%
B=27.61%

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
Decimal1282051270.3800.380.20119.2343.8265.1
Hex80CD7F2602614772c41
Octal200315177460462416754101
Binary1000000011001101111111110011001001101010011101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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