Html Css Color HEX #7ED886 De York

📋 copy color: '#7ED886'

red 126 ◦ green 216 ◦ blue 134

#7ED886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7ED886

Tints of De York #7ED886

RGB

 RED value IS 126 (49.61% from 255) = 26.47%

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 26.47%
G = 45.38%
B = 28.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#7ED886 (or 0x7ED886) is known color: De York. HEX triplet: 7E, D8 and 86. RGB value is (126,216,134). Sum of RGB (Red+Green+Blue) = 126+216+134=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED886 is #812779. Grayscale: #B3B3B3. Windows color (decimal): -8464250 or 8837246. OLE color: 8837246.

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

Color convert

RGB 126 216 134 -
CMYK 0.42 0 0.38 0.15
HSL 125.33º 0.54% 0.67% -
HSV(B) 125.33º 0.42% 0.85% -
XYZ 37.46 55.27 31.25 -
YUV 179.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 126 216 134 0.42 0 0.38 0.15 125.33 0.54 0.67
Hex 7E D8 86 2A 0 26 F 7D 36 43
Octal 176 330 206 52 0 46 17 175 66 103
Binary 1111110 11011000 10000110 101010 0 100110 1111 1111101 110110 1000011

Color Harmonies of #7ED886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED886

Black with #7ED886

Text Example


Text Example

White with #7ED886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ED886;
 }
 .AnyTagClassName
 {
   color: #7ED886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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