#7DC37F

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

Shades of De York #7DC37F

Tints of De York #7DC37F

Color information

#7DC37F (or 0x7DC37F) is unknown color: approx De York. HEX triplet: 7D, C3 and 7F. RGB value is (125,195,127). Sum of RGB (Red+Green+Blue) = 125+195+127=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC37F is #823C80. Grayscale: #A6A6A6. Windows color (decimal): -8535169 or 8373117. OLE color: 8373117.

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

Color convert

RGB125195127-
CMYK0.3600.350.24
HSL121.71º36.84%62.75%-
HSV(B)121.71º35.9%76.47%-
XYZ31.844.9227.07-
YUV166.32105.8198.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 127 (50% from 255) = 28.41%
R=27.96%
G=43.62%
B=28.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951270.3600.350.24121.7136.8462.75
Hex7DC37F24023187a253f
Octal17530317744043301724577
Binary11111011100001111111111001000100011110001111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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