Html Css Color HEX #7ED096 De York

📋 copy color: '#7ED096'

red 126 ◦ green 208 ◦ blue 150

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

Shades of De York #7ED096

Tints of De York #7ED096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 26.03%
G = 42.98%
B = 30.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#7ED096 (or 0x7ED096) is known color: De York. HEX triplet: 7E, D0 and 96. RGB value is (126,208,150). Sum of RGB (Red+Green+Blue) = 126+208+150=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED096 is #812F69. Grayscale: #B1B1B1. Windows color (decimal): -8466282 or 9883774. OLE color: 9883774.

HSL color Cylindrical-coordinate representation of color #7ED096: hue angle of 137.56º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED096 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 150 -
CMYK 0.39 0 0.28 0.18
HSL 137.56º 0.47% 0.65% -
HSV(B) 137.56º 0.39% 0.82% -
XYZ 36.67 51.75 36.91 -
YUV 176.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 126 208 150 0.39 0 0.28 0.18 137.56 0.47 0.65
Hex 7E D0 96 27 0 1C 12 8A 2F 41
Octal 176 320 226 47 0 34 22 212 57 101
Binary 1111110 11010000 10010110 100111 0 11100 10010 10001010 101111 1000001

Color Harmonies of #7ED096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED096

Black with #7ED096

Text Example


Text Example

White with #7ED096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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