Html Css Color HEX #7ED896 De York

📋 copy color: '#7ED896'

red 126 ◦ green 216 ◦ blue 150

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

Shades of De York #7ED896

Tints of De York #7ED896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 25.61%
G = 43.9%
B = 30.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#7ED896 (or 0x7ED896) is known color: De York. HEX triplet: 7E, D8 and 96. RGB value is (126,216,150). Sum of RGB (Red+Green+Blue) = 126+216+150=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED896 is #812769. Grayscale: #B5B5B5. Windows color (decimal): -8464234 or 9885822. OLE color: 9885822.

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

Color convert

RGB 126 216 150 -
CMYK 0.42 0 0.31 0.15
HSL 136º 0.54% 0.67% -
HSV(B) 136º 0.42% 0.85% -
XYZ 38.67 55.75 37.58 -
YUV 181.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 126 216 150 0.42 0 0.31 0.15 136 0.54 0.67
Hex 7E D8 96 2A 0 1F F 88 36 43
Octal 176 330 226 52 0 37 17 210 66 103
Binary 1111110 11011000 10010110 101010 0 11111 1111 10001000 110110 1000011

Color Harmonies of #7ED896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED896

Black with #7ED896

Text Example


Text Example

White with #7ED896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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