Html Css Color HEX #7DC29E Padua

📋 copy color: '#7DC29E'

red 125 ◦ green 194 ◦ blue 158

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

Shades of Padua #7DC29E

Tints of Padua #7DC29E

RGB

 RED value IS 125 (49.22% from 255) = 26.21%

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 26.21%
G = 40.67%
B = 33.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#7DC29E (or 0x7DC29E) is known color: Padua. HEX triplet: 7D, C2 and 9E. RGB value is (125,194,158). Sum of RGB (Red+Green+Blue) = 125+194+158=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC29E is #823D61. Grayscale: #A9A9A9. Windows color (decimal): -8535394 or 10404477. OLE color: 10404477.

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

Color convert

RGB 125 194 158 -
CMYK 0.36 0 0.19 0.24
HSL 148.7º 0.36% 0.63% -
HSV(B) 148.7º 0.36% 0.76% -
XYZ 33.92 45.41 39.33 -
YUV 169.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 125 194 158 0.36 0 0.19 0.24 148.7 0.36 0.63
Hex 7D C2 9E 24 0 13 18 95 24 3F
Octal 175 302 236 44 0 23 30 225 44 77
Binary 1111101 11000010 10011110 100100 0 10011 11000 10010101 100100 111111

Color Harmonies of #7DC29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC29E

Black with #7DC29E

Text Example


Text Example

White with #7DC29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,158); }

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

background-color css

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

 a { background-color: rgb(125,194,158); }

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

border-color css

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

 span { border-color: rgb(125,194,158); }

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