Html Css Color HEX #7DC997 Padua

📋 copy color: '#7DC997'

red 125 ◦ green 201 ◦ blue 151

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

Shades of Padua #7DC997

Tints of Padua #7DC997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.66%

R = 26.21%
G = 42.14%
B = 31.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#7DC997 (or 0x7DC997) is known color: Padua. HEX triplet: 7D, C9 and 97. RGB value is (125,201,151). Sum of RGB (Red+Green+Blue) = 125+201+151=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC997 is #823668. Grayscale: #ACACAC. Windows color (decimal): -8533609 or 9947517. OLE color: 9947517.

HSL color Cylindrical-coordinate representation of color #7DC997: hue angle of 140.53º 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 #7DC997 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 151 -
CMYK 0.38 0 0.25 0.21
HSL 140.53º 0.41% 0.64% -
HSV(B) 140.53º 0.38% 0.79% -
XYZ 34.93 48.37 36.77 -
YUV 172.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 125 201 151 0.38 0 0.25 0.21 140.53 0.41 0.64
Hex 7D C9 97 26 0 19 15 8D 29 40
Octal 175 311 227 46 0 31 25 215 51 100
Binary 1111101 11001001 10010111 100110 0 11001 10101 10001101 101001 1000000

Color Harmonies of #7DC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC997

Black with #7DC997

Text Example


Text Example

White with #7DC997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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