#7DC177

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

Shades of De York #7DC177

Tints of De York #7DC177

Color information

#7DC177 (or 0x7DC177) is unknown color: approx De York. HEX triplet: 7D, C1 and 77. RGB value is (125,193,119). Sum of RGB (Red+Green+Blue) = 125+193+119=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC177 is #823E88. Grayscale: #A4A4A4. Windows color (decimal): -8535689 or 7848317. OLE color: 7848317.

HSL color Cylindrical-coordinate representation of color #7DC177: hue angle of 115.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC177 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB125193119-
CMYK0.3500.380.24
HSL115.14º37.37%61.18%-
HSV(B)115.14º38.34%75.69%-
XYZ30.8643.8324.29-
YUV164.23102.47100.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 119 (46.88% from 255) = 27.23%
R=28.60%
G=44.16%
B=27.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931190.3500.380.24115.1437.3761.18
Hex7DC177230261873253d
Octal17530116743046301634575
Binary11111011100000111101111000110100110110001110011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,119); }

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

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

 a { background-color: rgb(125,193,119); }

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

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

 span { border-color: rgb(125,193,119); }

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