Html Css Color HEX #7ED49C Padua

📋 copy color: '#7ED49C'

red 126 ◦ green 212 ◦ blue 156

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

Shades of Padua #7ED49C

Tints of Padua #7ED49C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 25.51%
G = 42.91%
B = 31.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#7ED49C (or 0x7ED49C) is known color: Padua. HEX triplet: 7E, D4 and 9C. RGB value is (126,212,156). Sum of RGB (Red+Green+Blue) = 126+212+156=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED49C is #812B63. Grayscale: #B4B4B4. Windows color (decimal): -8465252 or 10278014. OLE color: 10278014.

HSL color Cylindrical-coordinate representation of color #7ED49C: hue angle of 140.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED49C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 212 156 -
CMYK 0.41 0 0.26 0.17
HSL 140.93º 0.5% 0.66% -
HSV(B) 140.93º 0.41% 0.83% -
XYZ 38.15 53.92 39.85 -
YUV 179.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 126 212 156 0.41 0 0.26 0.17 140.93 0.5 0.66
Hex 7E D4 9C 29 0 1A 11 8D 32 42
Octal 176 324 234 51 0 32 21 215 62 102
Binary 1111110 11010100 10011100 101001 0 11010 10001 10001101 110010 1000010

Color Harmonies of #7ED49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED49C

Black with #7ED49C

Text Example


Text Example

White with #7ED49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,212,156); }

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

background-color css

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

 a { background-color: rgb(126,212,156); }

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

border-color css

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

 span { border-color: rgb(126,212,156); }

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