#7DCE85

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

Shades of De York #7DCE85

Tints of De York #7DCE85

Color information

#7DCE85 (or 0x7DCE85) is unknown color: approx De York. HEX triplet: 7D, CE and 85. RGB value is (125,206,133). Sum of RGB (Red+Green+Blue) = 125+206+133=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE85 is #82317A. Grayscale: #ADADAD. Windows color (decimal): -8532347 or 8769149. OLE color: 8769149.

HSL color Cylindrical-coordinate representation of color #7DCE85: hue angle of 125.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCE85 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB125206133-
CMYK0.3900.350.19
HSL125.93º45.25%64.9%-
HSV(B)125.93º39.32%80.78%-
XYZ34.7650.230.05-
YUV173.46105.1693.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=26.94%
G=44.40%
B=28.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061330.3900.350.19125.9345.2564.9
Hex7DCE8527023137e2d41
Octal175316205470432317655101
Binary1111101110011101000010110011101000111001111111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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