#7DCA87

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

Shades of De York #7DCA87

Tints of De York #7DCA87

Color information

#7DCA87 (or 0x7DCA87) is unknown color: approx De York. HEX triplet: 7D, CA and 87. RGB value is (125,202,135). Sum of RGB (Red+Green+Blue) = 125+202+135=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA87 is #823578. Grayscale: #ABABAB. Windows color (decimal): -8533369 or 8899197. OLE color: 8899197.

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

Color convert

RGB125202135-
CMYK0.3800.330.21
HSL127.79º42.08%64.12%-
HSV(B)127.79º38.12%79.22%-
XYZ33.9548.3530.46-
YUV171.34107.4994.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=27.06%
G=43.72%
B=29.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021350.3800.330.21127.7942.0864.12
Hex7DCA872602115802a40
Octal175312207460412520052100
Binary11111011100101010000111100110010000110101100000001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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