#7DCE95

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

Shades of De York #7DCE95

Tints of De York #7DCE95

Color information

#7DCE95 (or 0x7DCE95) is unknown color: approx De York. HEX triplet: 7D, CE and 95. RGB value is (125,206,149). Sum of RGB (Red+Green+Blue) = 125+206+149=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE95 is #82316A. Grayscale: #AFAFAF. Windows color (decimal): -8532331 or 9817725. OLE color: 9817725.

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

Color convert

RGB125206149-
CMYK0.3900.280.19
HSL137.78º45.25%64.9%-
HSV(B)137.78º39.32%80.78%-
XYZ35.9550.6736.32-
YUV175.28113.1692.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.04%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=26.04%
G=42.92%
B=31.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061490.3900.280.19137.7845.2564.9
Hex7DCE952701C138a2d41
Octal175316225470342321255101
Binary1111101110011101001010110011101110010011100010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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