#7DD895

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

Shades of De York #7DD895

Tints of De York #7DD895

Color information

#7DD895 (or 0x7DD895) is unknown color: approx De York. HEX triplet: 7D, D8 and 95. RGB value is (125,216,149). Sum of RGB (Red+Green+Blue) = 125+216+149=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD895 is #82276A. Grayscale: #B5B5B5. Windows color (decimal): -8529771 or 9820285. OLE color: 9820285.

HSL color Cylindrical-coordinate representation of color #7DD895: hue angle of 135.82º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD895 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB125216149-
CMYK0.4200.310.15
HSL135.82º53.85%66.86%-
HSV(B)135.82º42.13%84.71%-
XYZ38.4455.6437.15-
YUV181.15109.8587.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=25.51%
G=44.08%
B=30.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161490.4200.310.15135.8253.8566.86
Hex7DD8952A01FF883643
Octal175330225520371721066103
Binary111110111011000100101011010100111111111100010001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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