#7DCC87

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

Shades of De York #7DCC87

Tints of De York #7DCC87

Color information

#7DCC87 (or 0x7DCC87) is unknown color: approx De York. HEX triplet: 7D, CC and 87. RGB value is (125,204,135). Sum of RGB (Red+Green+Blue) = 125+204+135=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC87 is #823378. Grayscale: #ACACAC. Windows color (decimal): -8532857 or 8899709. OLE color: 8899709.

HSL color Cylindrical-coordinate representation of color #7DCC87: hue angle of 127.59º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC87 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB125204135-
CMYK0.3900.340.2
HSL127.59º43.65%64.51%-
HSV(B)127.59º38.73%80%-
XYZ34.4249.2930.62-
YUV172.51106.8394.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=26.94%
G=43.97%
B=29.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041350.3900.340.2127.5943.6564.51
Hex7DCC872702214802c41
Octal175314207470422420054101
Binary11111011100110010000111100111010001010100100000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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