#7DB47E

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

Shades of De York #7DB47E

Tints of De York #7DB47E

Color information

#7DB47E (or 0x7DB47E) is unknown color: approx De York. HEX triplet: 7D, B4 and 7E. RGB value is (125,180,126). Sum of RGB (Red+Green+Blue) = 125+180+126=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB47E is #824B81. Grayscale: #9D9D9D. Windows color (decimal): -8539010 or 8303741. OLE color: 8303741.

HSL color Cylindrical-coordinate representation of color #7DB47E: hue angle of 121.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB47E is Cyan = 0.31, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB125180126-
CMYK0.3100.30.29
HSL121.09º26.83%59.8%-
HSV(B)121.09º30.56%70.59%-
XYZ28.5438.5125.67-
YUV157.4110.28104.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=29.00%
G=41.76%
B=29.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251801260.3100.30.29121.0926.8359.8
Hex7DB47E1F01E1D791b3c
Octal17526417637036351713374
Binary11111011011010011111101111101111011101111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,126); }

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

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

 a { background-color: rgb(125,180,126); }

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

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

 span { border-color: rgb(125,180,126); }

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