#7FCC80

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

Shades of De York #7FCC80

Tints of De York #7FCC80

Color information

#7FCC80 (or 0x7FCC80) is unknown color: approx De York. HEX triplet: 7F, CC and 80. RGB value is (127,204,128). Sum of RGB (Red+Green+Blue) = 127+204+128=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC80 is #80337F. Grayscale: #ACACAC. Windows color (decimal): -8401792 or 8440959. OLE color: 8440959.

HSL color Cylindrical-coordinate representation of color #7FCC80: hue angle of 120.78º degrees, saturation: 0.43, 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 #7FCC80 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB127204128-
CMYK0.3800.370.2
HSL120.78º43.02%64.9%-
HSV(B)120.78º37.75%80%-
XYZ34.2449.2628.12-
YUV172.31102.9995.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=27.67%
G=44.44%
B=27.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041280.3800.370.2120.7843.0264.9
Hex7FCC802602514792b41
Octal177314200460452417153101
Binary1111111110011001000000010011001001011010011110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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