#7DC387

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

Shades of De York #7DC387

Tints of De York #7DC387

Color information

#7DC387 (or 0x7DC387) is unknown color: approx De York. HEX triplet: 7D, C3 and 87. RGB value is (125,195,135). Sum of RGB (Red+Green+Blue) = 125+195+135=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC387 is #823C78. Grayscale: #A7A7A7. Windows color (decimal): -8535161 or 8897405. OLE color: 8897405.

HSL color Cylindrical-coordinate representation of color #7DC387: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC387 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB125195135-
CMYK0.3600.310.24
HSL128.57º36.84%62.75%-
HSV(B)128.57º35.9%76.47%-
XYZ32.3545.1429.93-
YUV167.23109.8197.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=27.47%
G=42.86%
B=29.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951350.3600.310.24128.5736.8462.75
Hex7DC3872401F1881253f
Octal17530320744037302014577
Binary111110111000011100001111001000111111100010000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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