#7DD685

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

Shades of De York #7DD685

Tints of De York #7DD685

Color information

#7DD685 (or 0x7DD685) is unknown color: approx De York. HEX triplet: 7D, D6 and 85. RGB value is (125,214,133). Sum of RGB (Red+Green+Blue) = 125+214+133=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD685 is #82297A. Grayscale: #B2B2B2. Windows color (decimal): -8530299 or 8771197. OLE color: 8771197.

HSL color Cylindrical-coordinate representation of color #7DD685: hue angle of 125.39º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD685 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB125214133-
CMYK0.4200.380.16
HSL125.39º52.05%66.47%-
HSV(B)125.39º41.59%83.92%-
XYZ36.7454.1530.71-
YUV178.16102.5190.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 214 (83.98% from 255) = 45.34%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=26.48%
G=45.34%
B=28.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141330.4200.380.16125.3952.0566.47
Hex7DD6852A026107d3442
Octal175326205520462017564102
Binary1111101110101101000010110101001001101000011111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,214,133); }

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

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

 a { background-color: rgb(125,214,133); }

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

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

 span { border-color: rgb(125,214,133); }

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