Html Css Color HEX #7DD29E Padua

📋 copy color: '#7DD29E'

red 125 ◦ green 210 ◦ blue 158

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

Shades of Padua #7DD29E

Tints of Padua #7DD29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 25.35%
G = 42.6%
B = 32.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#7DD29E (or 0x7DD29E) is known color: Padua. HEX triplet: 7D, D2 and 9E. RGB value is (125,210,158). Sum of RGB (Red+Green+Blue) = 125+210+158=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD29E is #822D61. Grayscale: #B2B2B2. Windows color (decimal): -8531298 or 10408573. OLE color: 10408573.

HSL color Cylindrical-coordinate representation of color #7DD29E: hue angle of 143.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD29E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 158 -
CMYK 0.40 0 0.25 0.18
HSL 143.29º 0.49% 0.66% -
HSV(B) 143.29º 0.4% 0.82% -
XYZ 37.68 52.92 40.58 -
YUV 178.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 125 210 158 0.40 0 0.25 0.18 143.29 0.49 0.66
Hex 7D D2 9E 28 0 19 12 8F 31 42
Octal 175 322 236 50 0 31 22 217 61 102
Binary 1111101 11010010 10011110 101000 0 11001 10010 10001111 110001 1000010

Color Harmonies of #7DD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD29E

Black with #7DD29E

Text Example


Text Example

White with #7DD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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