#7DC374

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

Shades of De York #7DC374

Tints of De York #7DC374

Color information

#7DC374 (or 0x7DC374) is unknown color: approx De York. HEX triplet: 7D, C3 and 74. RGB value is (125,195,116). Sum of RGB (Red+Green+Blue) = 125+195+116=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC374 is #823C8B. Grayscale: #A5A5A5. Windows color (decimal): -8535180 or 7652221. OLE color: 7652221.

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

Color convert

RGB125195116-
CMYK0.3600.410.24
HSL113.16º39.7%60.98%-
HSV(B)113.16º40.51%76.47%-
XYZ31.1244.6523.5-
YUV165.06100.3199.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=28.67%
G=44.72%
B=26.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951160.3600.410.24113.1639.760.98
Hex7DC374240291871283d
Octal17530316444051301615075
Binary11111011100001111101001001000101001110001110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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