Html Css Color HEX #7DC093 Padua

📋 copy color: '#7DC093'

red 125 ◦ green 192 ◦ blue 147

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

Shades of Padua #7DC093

Tints of Padua #7DC093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 26.94%
G = 41.38%
B = 31.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#7DC093 (or 0x7DC093) is known color: Padua. HEX triplet: 7D, C0 and 93. RGB value is (125,192,147). Sum of RGB (Red+Green+Blue) = 125+192+147=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC093 is #823F6C. Grayscale: #A6A6A6. Windows color (decimal): -8535917 or 9683069. OLE color: 9683069.

HSL color Cylindrical-coordinate representation of color #7DC093: hue angle of 139.7º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC093 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 147 -
CMYK 0.35 0 0.23 0.25
HSL 139.7º 0.35% 0.62% -
HSV(B) 139.7º 0.35% 0.75% -
XYZ 32.57 44.17 34.41 -
YUV 166.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 125 192 147 0.35 0 0.23 0.25 139.7 0.35 0.62
Hex 7D C0 93 23 0 17 19 8C 23 3E
Octal 175 300 223 43 0 27 31 214 43 76
Binary 1111101 11000000 10010011 100011 0 10111 11001 10001100 100011 111110

Color Harmonies of #7DC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC093

Black with #7DC093

Text Example


Text Example

White with #7DC093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,147); }

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

background-color css

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

 a { background-color: rgb(125,192,147); }

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

border-color css

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

 span { border-color: rgb(125,192,147); }

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