#7ED895

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

Shades of De York #7ED895

Tints of De York #7ED895

Color information

#7ED895 (or 0x7ED895) is unknown color: approx De York. HEX triplet: 7E, D8 and 95. RGB value is (126,216,149). Sum of RGB (Red+Green+Blue) = 126+216+149=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED895 is #81276A. Grayscale: #B5B5B5. Windows color (decimal): -8464235 or 9820286. OLE color: 9820286.

HSL color Cylindrical-coordinate representation of color #7ED895: hue angle of 135.33º 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 #7ED895 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB126216149-
CMYK0.4200.310.15
HSL135.33º53.57%67.06%-
HSV(B)135.33º41.67%84.71%-
XYZ38.5855.7237.15-
YUV181.45109.6888.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=25.66%
G=43.99%
B=30.35%

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
Decimal1262161490.4200.310.15135.3353.5767.06
Hex7ED8952A01FF873643
Octal176330225520371720766103
Binary111111011011000100101011010100111111111100001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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