Html Css Color HEX #7DC292 Padua

📋 copy color: '#7DC292'

red 125 ◦ green 194 ◦ blue 146

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

Shades of Padua #7DC292

Tints of Padua #7DC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 26.88%
G = 41.72%
B = 31.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#7DC292 (or 0x7DC292) is known color: Padua. HEX triplet: 7D, C2 and 92. RGB value is (125,194,146). Sum of RGB (Red+Green+Blue) = 125+194+146=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC292 is #823D6D. Grayscale: #A8A8A8. Windows color (decimal): -8535406 or 9618045. OLE color: 9618045.

HSL color Cylindrical-coordinate representation of color #7DC292: hue angle of 138.26º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC292 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 146 -
CMYK 0.36 0 0.25 0.24
HSL 138.26º 0.36% 0.63% -
HSV(B) 138.26º 0.36% 0.76% -
XYZ 32.94 45.02 34.15 -
YUV 167.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 125 194 146 0.36 0 0.25 0.24 138.26 0.36 0.63
Hex 7D C2 92 24 0 19 18 8A 24 3F
Octal 175 302 222 44 0 31 30 212 44 77
Binary 1111101 11000010 10010010 100100 0 11001 11000 10001010 100100 111111

Color Harmonies of #7DC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC292

Black with #7DC292

Text Example


Text Example

White with #7DC292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,146); }

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

background-color css

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

 a { background-color: rgb(125,194,146); }

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

border-color css

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

 span { border-color: rgb(125,194,146); }

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