#7DC180

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

Shades of De York #7DC180

Tints of De York #7DC180

Color information

#7DC180 (or 0x7DC180) is unknown color: approx De York. HEX triplet: 7D, C1 and 80. RGB value is (125,193,128). Sum of RGB (Red+Green+Blue) = 125+193+128=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC180 is #823E7F. Grayscale: #A5A5A5. Windows color (decimal): -8535680 or 8438141. OLE color: 8438141.

HSL color Cylindrical-coordinate representation of color #7DC180: hue angle of 122.65º 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 #7DC180 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB125193128-
CMYK0.3500.340.24
HSL122.65º35.42%62.35%-
HSV(B)122.65º35.23%75.69%-
XYZ31.4244.0627.27-
YUV165.26106.9799.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=28.03%
G=43.27%
B=28.70%

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
Decimal1251931280.3500.340.24122.6535.4262.35
Hex7DC18023022187b233e
Octal17530120043042301734376
Binary111110111000001100000001000110100010110001111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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