Html Css Color HEX #7DC69D Padua

📋 copy color: '#7DC69D'

red 125 ◦ green 198 ◦ blue 157

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

Shades of Padua #7DC69D

Tints of Padua #7DC69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

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

R = 26.04%
G = 41.25%
B = 32.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#7DC69D (or 0x7DC69D) is known color: Padua. HEX triplet: 7D, C6 and 9D. RGB value is (125,198,157). Sum of RGB (Red+Green+Blue) = 125+198+157=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC69D is #823962. Grayscale: #ABABAB. Windows color (decimal): -8534371 or 10339965. OLE color: 10339965.

HSL color Cylindrical-coordinate representation of color #7DC69D: hue angle of 146.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC69D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 157 -
CMYK 0.37 0 0.21 0.22
HSL 146.3º 0.39% 0.63% -
HSV(B) 146.3º 0.37% 0.78% -
XYZ 34.74 47.18 39.17 -
YUV 171.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 125 198 157 0.37 0 0.21 0.22 146.3 0.39 0.63
Hex 7D C6 9D 25 0 15 16 92 27 3F
Octal 175 306 235 45 0 25 26 222 47 77
Binary 1111101 11000110 10011101 100101 0 10101 10110 10010010 100111 111111

Color Harmonies of #7DC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC69D

Black with #7DC69D

Text Example


Text Example

White with #7DC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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