Html Css Color HEX #7DC994 Padua

📋 copy color: '#7DC994'

red 125 ◦ green 201 ◦ blue 148

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

Shades of Padua #7DC994

Tints of Padua #7DC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 148 (58.2% from 255) = 31.22%

R = 26.37%
G = 42.41%
B = 31.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#7DC994 (or 0x7DC994) is known color: Padua. HEX triplet: 7D, C9 and 94. RGB value is (125,201,148). Sum of RGB (Red+Green+Blue) = 125+201+148=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC994 is #82366B. Grayscale: #ACACAC. Windows color (decimal): -8533612 or 9750909. OLE color: 9750909.

HSL color Cylindrical-coordinate representation of color #7DC994: hue angle of 138.16º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC994 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 148 -
CMYK 0.38 0 0.26 0.21
HSL 138.16º 0.41% 0.64% -
HSV(B) 138.16º 0.38% 0.79% -
XYZ 34.69 48.27 35.51 -
YUV 172.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 125 201 148 0.38 0 0.26 0.21 138.16 0.41 0.64
Hex 7D C9 94 26 0 1A 15 8A 29 40
Octal 175 311 224 46 0 32 25 212 51 100
Binary 1111101 11001001 10010100 100110 0 11010 10101 10001010 101001 1000000

Color Harmonies of #7DC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC994

Black with #7DC994

Text Example


Text Example

White with #7DC994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,148); }

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

background-color css

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

 a { background-color: rgb(125,201,148); }

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

border-color css

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

 span { border-color: rgb(125,201,148); }

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