#7FC080

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

Shades of De York #7FC080

Tints of De York #7FC080

Color information

#7FC080 (or 0x7FC080) is unknown color: approx De York. HEX triplet: 7F, C0 and 80. RGB value is (127,192,128). Sum of RGB (Red+Green+Blue) = 127+192+128=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC080 is #803F7F. Grayscale: #A5A5A5. Windows color (decimal): -8404864 or 8437887. OLE color: 8437887.

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

Color convert

RGB127192128-
CMYK0.3400.330.25
HSL120.92º34.03%62.55%-
HSV(B)120.92º33.85%75.29%-
XYZ31.543.7727.21-
YUV165.27106.97100.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.41%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=28.41%
G=42.95%
B=28.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921280.3400.330.25120.9234.0362.55
Hex7FC080220211979223f
Octal17730020042041311714277
Binary111111111000000100000001000100100001110011111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC080; }

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

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

<style>
 a { background-color: #7FC080; }

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

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

<style>
 span { border-color: #7FC080; }

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

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