#7DD08C

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

Shades of De York #7DD08C

Tints of De York #7DD08C

Color information

#7DD08C (or 0x7DD08C) is unknown color: approx De York. HEX triplet: 7D, D0 and 8C. RGB value is (125,208,140). Sum of RGB (Red+Green+Blue) = 125+208+140=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD08C is #822F73. Grayscale: #AFAFAF. Windows color (decimal): -8531828 or 9228413. OLE color: 9228413.

HSL color Cylindrical-coordinate representation of color #7DD08C: hue angle of 130.84º 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 #7DD08C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB125208140-
CMYK0.4000.330.18
HSL130.84º46.89%65.29%-
HSV(B)130.84º39.9%81.57%-
XYZ35.7551.3732.84-
YUV175.4310892.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=26.43%
G=43.97%
B=29.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081400.4000.330.18130.8446.8965.29
Hex7DD08C2802112832f41
Octal175320214500412220357101
Binary11111011101000010001100101000010000110010100000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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