Html Css Color HEX #7EC395 Padua

📋 copy color: '#7EC395'

red 126 ◦ green 195 ◦ blue 149

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

Shades of Padua #7EC395

Tints of Padua #7EC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 26.81%
G = 41.49%
B = 31.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#7EC395 (or 0x7EC395) is known color: Padua. HEX triplet: 7E, C3 and 95. RGB value is (126,195,149). Sum of RGB (Red+Green+Blue) = 126+195+149=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC395 is #813C6A. Grayscale: #A9A9A9. Windows color (decimal): -8469611 or 9814910. OLE color: 9814910.

HSL color Cylindrical-coordinate representation of color #7EC395: hue angle of 140º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC395 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 195 149 -
CMYK 0.35 0 0.24 0.24
HSL 140º 0.37% 0.63% -
HSV(B) 140º 0.35% 0.76% -
XYZ 33.54 45.64 35.47 -
YUV 169.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 126 195 149 0.35 0 0.24 0.24 140 0.37 0.63
Hex 7E C3 95 23 0 18 18 8C 25 3F
Octal 176 303 225 43 0 30 30 214 45 77
Binary 1111110 11000011 10010101 100011 0 11000 11000 10001100 100101 111111

Color Harmonies of #7EC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC395

Black with #7EC395

Text Example


Text Example

White with #7EC395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,195,149); }

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

background-color css

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

 a { background-color: rgb(126,195,149); }

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

border-color css

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

 span { border-color: rgb(126,195,149); }

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