#7DC372

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

Shades of De York #7DC372

Tints of De York #7DC372

Color information

#7DC372 (or 0x7DC372) is unknown color: approx De York. HEX triplet: 7D, C3 and 72. RGB value is (125,195,114). Sum of RGB (Red+Green+Blue) = 125+195+114=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC372 is #823C8D. Grayscale: #A5A5A5. Windows color (decimal): -8535182 or 7521149. OLE color: 7521149.

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

Color convert

RGB125195114-
CMYK0.3600.420.24
HSL111.85º40.3%60.59%-
HSV(B)111.85º41.54%76.47%-
XYZ31.0144.6122.89-
YUV164.8499.3199.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=28.80%
G=44.93%
B=26.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951140.3600.420.24111.8540.360.59
Hex7DC3722402A1870283d
Octal17530316244052301605075
Binary11111011100001111100101001000101010110001110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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