Html Css Color HEX #7DD19D Padua

📋 copy color: '#7DD19D'

red 125 ◦ green 209 ◦ blue 157

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

Shades of Padua #7DD19D

Tints of Padua #7DD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.57%

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 25.46%
G = 42.57%
B = 31.98%

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

#7DD19D (or 0x7DD19D) is known color: Padua. HEX triplet: 7D, D1 and 9D. RGB value is (125,209,157). Sum of RGB (Red+Green+Blue) = 125+209+157=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD19D is #822E62. Grayscale: #B2B2B2. Windows color (decimal): -8531555 or 10342781. OLE color: 10342781.

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

Color convert

RGB 125 209 157 -
CMYK 0.40 0 0.25 0.18
HSL 142.86º 0.48% 0.65% -
HSV(B) 142.86º 0.4% 0.82% -
XYZ 37.34 52.4 40.04 -
YUV 177.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 125 209 157 0.40 0 0.25 0.18 142.86 0.48 0.65
Hex 7D D1 9D 28 0 19 12 8F 30 41
Octal 175 321 235 50 0 31 22 217 60 101
Binary 1111101 11010001 10011101 101000 0 11001 10010 10001111 110000 1000001

Color Harmonies of #7DD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD19D

Black with #7DD19D

Text Example


Text Example

White with #7DD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,209,157); }

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

background-color css

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

 a { background-color: rgb(125,209,157); }

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

border-color css

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

 span { border-color: rgb(125,209,157); }

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