Html Css Color HEX #7DC061 Mantis

📋 copy color: '#7DC061'

red 125 ◦ green 192 ◦ blue 97

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

Shades of Mantis #7DC061

Tints of Mantis #7DC061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 30.19%
G = 46.38%
B = 23.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#7DC061 (or 0x7DC061) is known color: Mantis. HEX triplet: 7D, C0 and 61. RGB value is (125,192,97). Sum of RGB (Red+Green+Blue) = 125+192+97=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC061 is #823F9E. Grayscale: #A1A1A1. Windows color (decimal): -8535967 or 6406269. OLE color: 6406269.

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

Color convert

RGB 125 192 97 -
CMYK 0.35 0 0.49 0.25
HSL 102.32º 0.43% 0.57% -
HSV(B) 102.32º 0.49% 0.75% -
XYZ 29.46 42.92 18.04 -
YUV 161.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 125 192 97 0.35 0 0.49 0.25 102.32 0.43 0.57
Hex 7D C0 61 23 0 31 19 66 2B 39
Octal 175 300 141 43 0 61 31 146 53 71
Binary 1111101 11000000 1100001 100011 0 110001 11001 1100110 101011 111001

Color Harmonies of #7DC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC061

Black with #7DC061

Text Example


Text Example

White with #7DC061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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