#7DBE7D

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

Shades of De York #7DBE7D

Tints of De York #7DBE7D

Color information

#7DBE7D (or 0x7DBE7D) is unknown color: approx De York. HEX triplet: 7D, BE and 7D. RGB value is (125,190,125). Sum of RGB (Red+Green+Blue) = 125+190+125=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE7D is #824182. Grayscale: #A3A3A3. Windows color (decimal): -8536451 or 8240765. OLE color: 8240765.

HSL color Cylindrical-coordinate representation of color #7DBE7D: hue angle of 120º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE7D is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB125190125-
CMYK0.3400.340.25
HSL120º33.33%61.76%-
HSV(B)120º34.21%74.51%-
XYZ30.5742.6726.03-
YUV163.15106.47100.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.41%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=28.41%
G=43.18%
B=28.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901250.3400.340.2512033.3361.76
Hex7DBE7D220221978213e
Octal17527617542042311704176
Binary11111011011111011111011000100100010110011111000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,125); }

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

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

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

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

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

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

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