#7DCA80

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

Shades of De York #7DCA80

Tints of De York #7DCA80

Color information

#7DCA80 (or 0x7DCA80) is unknown color: approx De York. HEX triplet: 7D, CA and 80. RGB value is (125,202,128). Sum of RGB (Red+Green+Blue) = 125+202+128=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA80 is #82357F. Grayscale: #AAAAAA. Windows color (decimal): -8533376 or 8440445. OLE color: 8440445.

HSL color Cylindrical-coordinate representation of color #7DCA80: hue angle of 122.34º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA80 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB125202128-
CMYK0.3800.370.21
HSL122.34º42.08%64.12%-
HSV(B)122.34º38.12%79.22%-
XYZ33.4748.1627.95-
YUV170.54103.9995.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=27.47%
G=44.40%
B=28.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021280.3800.370.21122.3442.0864.12
Hex7DCA8026025157a2a40
Octal175312200460452517252100
Binary1111101110010101000000010011001001011010111110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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