#7DCC80

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

Shades of De York #7DCC80

Tints of De York #7DCC80

Color information

#7DCC80 (or 0x7DCC80) is unknown color: approx De York. HEX triplet: 7D, CC and 80. RGB value is (125,204,128). Sum of RGB (Red+Green+Blue) = 125+204+128=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC80 is #82337F. Grayscale: #ABABAB. Windows color (decimal): -8532864 or 8440957. OLE color: 8440957.

HSL color Cylindrical-coordinate representation of color #7DCC80: hue angle of 122.28º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC80 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB125204128-
CMYK0.3900.370.2
HSL122.28º43.65%64.51%-
HSV(B)122.28º38.73%80%-
XYZ33.9549.128.11-
YUV171.72103.3394.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=27.35%
G=44.64%
B=28.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041280.3900.370.2122.2843.6564.51
Hex7DCC8027025147a2c41
Octal175314200470452417254101
Binary1111101110011001000000010011101001011010011110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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