Html Css Color HEX #7DC392 Padua

📋 copy color: '#7DC392'

red 125 ◦ green 195 ◦ blue 146

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

Shades of Padua #7DC392

Tints of Padua #7DC392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 26.82%
G = 41.85%
B = 31.33%

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

#7DC392 (or 0x7DC392) is known color: Padua. HEX triplet: 7D, C3 and 92. RGB value is (125,195,146). Sum of RGB (Red+Green+Blue) = 125+195+146=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC392 is #823C6D. Grayscale: #A8A8A8. Windows color (decimal): -8535150 or 9618301. OLE color: 9618301.

HSL color Cylindrical-coordinate representation of color #7DC392: hue angle of 138º degrees, saturation: 0.37, 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 #7DC392 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 146 -
CMYK 0.36 0 0.25 0.24
HSL 138º 0.37% 0.63% -
HSV(B) 138º 0.36% 0.76% -
XYZ 33.16 45.47 34.22 -
YUV 168.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 125 195 146 0.36 0 0.25 0.24 138 0.37 0.63
Hex 7D C3 92 24 0 19 18 8A 25 3F
Octal 175 303 222 44 0 31 30 212 45 77
Binary 1111101 11000011 10010010 100100 0 11001 11000 10001010 100101 111111

Color Harmonies of #7DC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC392

Black with #7DC392

Text Example


Text Example

White with #7DC392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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