Html Css Color HEX #7DD09D Padua

📋 copy color: '#7DD09D'

red 125 ◦ green 208 ◦ blue 157

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

Shades of Padua #7DD09D

Tints of Padua #7DD09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

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

R = 25.51%
G = 42.45%
B = 32.04%

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

#7DD09D (or 0x7DD09D) is known color: Padua. HEX triplet: 7D, D0 and 9D. RGB value is (125,208,157). Sum of RGB (Red+Green+Blue) = 125+208+157=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD09D is #822F62. Grayscale: #B1B1B1. Windows color (decimal): -8531811 or 10342525. OLE color: 10342525.

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

Color convert

RGB 125 208 157 -
CMYK 0.40 0 0.25 0.18
HSL 143.13º 0.47% 0.65% -
HSV(B) 143.13º 0.4% 0.82% -
XYZ 37.1 51.91 39.96 -
YUV 177.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 125 208 157 0.40 0 0.25 0.18 143.13 0.47 0.65
Hex 7D D0 9D 28 0 19 12 8F 2F 41
Octal 175 320 235 50 0 31 22 217 57 101
Binary 1111101 11010000 10011101 101000 0 11001 10010 10001111 101111 1000001

Color Harmonies of #7DD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD09D

Black with #7DD09D

Text Example


Text Example

White with #7DD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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