Html Css Color HEX #7EB980 De York

📋 copy color: '#7EB980'

red 126 ◦ green 185 ◦ blue 128

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

Shades of De York #7EB980

Tints of De York #7EB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 28.7%
G = 42.14%
B = 29.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#7EB980 (or 0x7EB980) is known color: De York. HEX triplet: 7E, B9 and 80. RGB value is (126,185,128). Sum of RGB (Red+Green+Blue) = 126+185+128=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB980 is #81467F. Grayscale: #A1A1A1. Windows color (decimal): -8472192 or 8436094. OLE color: 8436094.

HSL color Cylindrical-coordinate representation of color #7EB980: hue angle of 122.03º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB980 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 185 128 -
CMYK 0.32 0 0.31 0.27
HSL 122.03º 0.3% 0.61% -
HSV(B) 122.03º 0.32% 0.73% -
XYZ 29.85 40.69 26.7 -
YUV 160.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 126 185 128 0.32 0 0.31 0.27 122.03 0.3 0.61
Hex 7E B9 80 20 0 1F 1B 7A 1E 3D
Octal 176 271 200 40 0 37 33 172 36 75
Binary 1111110 10111001 10000000 100000 0 11111 11011 1111010 11110 111101

Color Harmonies of #7EB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB980

Black with #7EB980

Text Example


Text Example

White with #7EB980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,185,128); }

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

background-color css

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

 a { background-color: rgb(126,185,128); }

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

border-color css

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

 span { border-color: rgb(126,185,128); }

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