#7EDB8F

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

Shades of De York #7EDB8F

Tints of De York #7EDB8F

Color information

#7EDB8F (or 0x7EDB8F) is unknown color: approx De York. HEX triplet: 7E, DB and 8F. RGB value is (126,219,143). Sum of RGB (Red+Green+Blue) = 126+219+143=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB8F is #812470. Grayscale: #B6B6B6. Windows color (decimal): -8463473 or 9427838. OLE color: 9427838.

HSL color Cylindrical-coordinate representation of color #7EDB8F: hue angle of 130.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDB8F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB126219143-
CMYK0.4200.350.14
HSL130.97º56.36%67.65%-
HSV(B)130.97º42.47%85.88%-
XYZ38.8957.0834.95-
YUV182.53105.6987.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=25.82%
G=44.88%
B=29.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191430.4200.350.14130.9756.3667.65
Hex7EDB8F2A023E833844
Octal176333217520431620370104
Binary1111110110110111000111110101001000111110100000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,143); }

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

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

 a { background-color: rgb(126,219,143); }

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

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

 span { border-color: rgb(126,219,143); }

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