#7DCA8E

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

Shades of De York #7DCA8E

Tints of De York #7DCA8E

Color information

#7DCA8E (or 0x7DCA8E) is unknown color: approx De York. HEX triplet: 7D, CA and 8E. RGB value is (125,202,142). Sum of RGB (Red+Green+Blue) = 125+202+142=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA8E is #823571. Grayscale: #ACACAC. Windows color (decimal): -8533362 or 9357949. OLE color: 9357949.

HSL color Cylindrical-coordinate representation of color #7DCA8E: hue angle of 133.25º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA8E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB125202142-
CMYK0.3800.300.21
HSL133.25º42.08%64.12%-
HSV(B)133.25º38.12%79.22%-
XYZ34.4648.5533.15-
YUV172.14110.9994.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=26.65%
G=43.07%
B=30.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021420.3800.300.21133.2542.0864.12
Hex7DCA8E2601E15852a40
Octal175312216460362520552100
Binary1111101110010101000111010011001111010101100001011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,142); }

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

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

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

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

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

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

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