#80BF7D

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

Shades of De York #80BF7D

Tints of De York #80BF7D

Color information

#80BF7D (or 0x80BF7D) is unknown color: approx De York. HEX triplet: 80, BF and 7D. RGB value is (128,191,125). Sum of RGB (Red+Green+Blue) = 128+191+125=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF7D is #7F4082. Grayscale: #A4A4A4. Windows color (decimal): -8339587 or 8241024. OLE color: 8241024.

HSL color Cylindrical-coordinate representation of color #80BF7D: hue angle of 117.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80BF7D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB128191125-
CMYK0.3300.350.25
HSL117.27º34.02%61.96%-
HSV(B)117.27º34.55%74.9%-
XYZ31.2343.3326.12-
YUV164.64105.63101.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=28.83%
G=43.02%
B=28.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911250.3300.350.25117.2734.0261.96
Hex80BF7D210231975223e
Octal20027717541043311654276
Binary100000001011111111111011000010100011110011110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,125); }

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

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

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

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

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

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

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