Html Css Color HEX #7DC995 Padua

📋 copy color: '#7DC995'

red 125 ◦ green 201 ◦ blue 149

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

Shades of Padua #7DC995

Tints of Padua #7DC995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 26.32%
G = 42.32%
B = 31.37%

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

#7DC995 (or 0x7DC995) is known color: Padua. HEX triplet: 7D, C9 and 95. RGB value is (125,201,149). Sum of RGB (Red+Green+Blue) = 125+201+149=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC995 is #82366A. Grayscale: #ACACAC. Windows color (decimal): -8533611 or 9816445. OLE color: 9816445.

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

Color convert

RGB 125 201 149 -
CMYK 0.38 0 0.26 0.21
HSL 138.95º 0.41% 0.64% -
HSV(B) 138.95º 0.38% 0.79% -
XYZ 34.77 48.3 35.92 -
YUV 172.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 125 201 149 0.38 0 0.26 0.21 138.95 0.41 0.64
Hex 7D C9 95 26 0 1A 15 8B 29 40
Octal 175 311 225 46 0 32 25 213 51 100
Binary 1111101 11001001 10010101 100110 0 11010 10101 10001011 101001 1000000

Color Harmonies of #7DC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC995

Black with #7DC995

Text Example


Text Example

White with #7DC995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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