#7DD98A

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

Shades of De York #7DD98A

Tints of De York #7DD98A

Color information

#7DD98A (or 0x7DD98A) is unknown color: approx De York. HEX triplet: 7D, D9 and 8A. RGB value is (125,217,138). Sum of RGB (Red+Green+Blue) = 125+217+138=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD98A is #822675. Grayscale: #B4B4B4. Windows color (decimal): -8529526 or 9099645. OLE color: 9099645.

HSL color Cylindrical-coordinate representation of color #7DD98A: hue angle of 128.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD98A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB125217138-
CMYK0.4200.360.15
HSL128.48º54.76%67.06%-
HSV(B)128.48º42.4%85.1%-
XYZ37.8655.8232.82-
YUV180.49104.0288.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.04%
GREEN value IS 217 (85.16% from 255) = 45.21%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=26.04%
G=45.21%
B=28.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252171380.4200.360.15128.4854.7667.06
Hex7DD98A2A024F803743
Octal175331212520441720067103
Binary1111101110110011000101010101001001001111100000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,138); }

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

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

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

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

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

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

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