#7DC17F

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

Shades of De York #7DC17F

Tints of De York #7DC17F

Color information

#7DC17F (or 0x7DC17F) is unknown color: approx De York. HEX triplet: 7D, C1 and 7F. RGB value is (125,193,127). Sum of RGB (Red+Green+Blue) = 125+193+127=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC17F is #823E80. Grayscale: #A5A5A5. Windows color (decimal): -8535681 or 8372605. OLE color: 8372605.

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

Color convert

RGB125193127-
CMYK0.3500.340.24
HSL121.76º35.42%62.35%-
HSV(B)121.76º35.23%75.69%-
XYZ31.3644.0326.92-
YUV165.14106.4799.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.09%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 127 (50% from 255) = 28.54%
R=28.09%
G=43.37%
B=28.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931270.3500.340.24121.7635.4262.35
Hex7DC17F23022187a233e
Octal17530117743042301724376
Binary11111011100000111111111000110100010110001111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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