Html Css Color HEX #7DD29B Padua

📋 copy color: '#7DD29B'

red 125 ◦ green 210 ◦ blue 155

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

Shades of Padua #7DD29B

Tints of Padua #7DD29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 25.51%
G = 42.86%
B = 31.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#7DD29B (or 0x7DD29B) is known color: Padua. HEX triplet: 7D, D2 and 9B. RGB value is (125,210,155). Sum of RGB (Red+Green+Blue) = 125+210+155=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD29B is #822D64. Grayscale: #B2B2B2. Windows color (decimal): -8531301 or 10211965. OLE color: 10211965.

HSL color Cylindrical-coordinate representation of color #7DD29B: hue angle of 141.18º 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 #7DD29B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 155 -
CMYK 0.40 0 0.26 0.18
HSL 141.18º 0.49% 0.66% -
HSV(B) 141.18º 0.4% 0.82% -
XYZ 37.42 52.82 39.23 -
YUV 178.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 125 210 155 0.40 0 0.26 0.18 141.18 0.49 0.66
Hex 7D D2 9B 28 0 1A 12 8D 31 42
Octal 175 322 233 50 0 32 22 215 61 102
Binary 1111101 11010010 10011011 101000 0 11010 10010 10001101 110001 1000010

Color Harmonies of #7DD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD29B

Black with #7DD29B

Text Example


Text Example

White with #7DD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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