#7DCE86

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

Shades of De York #7DCE86

Tints of De York #7DCE86

Color information

#7DCE86 (or 0x7DCE86) is unknown color: approx De York. HEX triplet: 7D, CE and 86. RGB value is (125,206,134). Sum of RGB (Red+Green+Blue) = 125+206+134=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE86 is #823179. Grayscale: #ADADAD. Windows color (decimal): -8532346 or 8834685. OLE color: 8834685.

HSL color Cylindrical-coordinate representation of color #7DCE86: hue angle of 126.67º 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 #7DCE86 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB125206134-
CMYK0.3900.350.19
HSL126.67º45.25%64.9%-
HSV(B)126.67º39.32%80.78%-
XYZ34.8350.2230.41-
YUV173.57105.6693.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.88%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=26.88%
G=44.30%
B=28.82%

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
Decimal1252061340.3900.350.19126.6745.2564.9
Hex7DCE8627023137f2d41
Octal175316206470432317755101
Binary1111101110011101000011010011101000111001111111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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