#7DD78C

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

Shades of De York #7DD78C

Tints of De York #7DD78C

Color information

#7DD78C (or 0x7DD78C) is unknown color: approx De York. HEX triplet: 7D, D7 and 8C. RGB value is (125,215,140). Sum of RGB (Red+Green+Blue) = 125+215+140=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD78C is #822873. Grayscale: #B3B3B3. Windows color (decimal): -8530036 or 9230205. OLE color: 9230205.

HSL color Cylindrical-coordinate representation of color #7DD78C: hue angle of 130º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD78C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB125215140-
CMYK0.4200.350.16
HSL130º52.94%66.67%-
HSV(B)130º41.86%84.31%-
XYZ37.4954.8533.42-
YUV179.54105.6889.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.04%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=26.04%
G=44.79%
B=29.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151400.4200.350.1613052.9466.67
Hex7DD78C2A02310823543
Octal175327214520432020265103
Binary11111011101011110001100101010010001110000100000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,140); }

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

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

 a { background-color: rgb(125,215,140); }

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

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

 span { border-color: rgb(125,215,140); }

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