#7DD07D

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

Shades of De York #7DD07D

Tints of De York #7DD07D

Color information

#7DD07D (or 0x7DD07D) is unknown color: approx De York. HEX triplet: 7D, D0 and 7D. RGB value is (125,208,125). Sum of RGB (Red+Green+Blue) = 125+208+125=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD07D is #822F82. Grayscale: #ADADAD. Windows color (decimal): -8531843 or 8245373. OLE color: 8245373.

HSL color Cylindrical-coordinate representation of color #7DD07D: hue angle of 120º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD07D is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB125208125-
CMYK0.4000.400.18
HSL120º46.89%65.29%-
HSV(B)120º39.9%81.57%-
XYZ34.7150.9527.41-
YUV173.72100.593.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.29%
GREEN value IS 208 (81.64% from 255) = 45.41%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=27.29%
G=45.41%
B=27.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081250.4000.400.1812046.8965.29
Hex7DD07D2802812782f41
Octal175320175500502217057101
Binary111110111010000111110110100001010001001011110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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