#7dc074

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

Shades of De York #7DC074

Tints of De York #7DC074

Color information

#7DC074 (or 0x7DC074) is unknown color: approx De York. HEX triplet: 7D, C0 and 74. RGB value is (125,192,116). Sum of RGB (Red+Green+Blue) = 125+192+116=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC074 is #823F8B. Grayscale: #A3A3A3. Windows color (decimal): -8535948 or 7651453. OLE color: 7651453.

HSL color Cylindrical-coordinate representation of color #7DC074: hue angle of 112.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC074 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB125192116-
CMYK0.3500.400.25
HSL112.89º37.62%60.39%-
HSV(B)112.89º39.58%75.29%-
XYZ30.4643.3223.28-
YUV163.3101.3100.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=28.87%
G=44.34%
B=26.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921160.3500.400.25112.8937.6260.39
Hex7DC074230281971263c
Octal17530016443050311614674
Binary11111011100000011101001000110101000110011110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dc074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,116); }

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

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

 a { background-color: rgb(125,192,116); }

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

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

 span { border-color: rgb(125,192,116); }

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